compiler-explorer / compiler-explorer/compiler-explorer
[REQUEST] changes to tool configuration cause compilation results to be invalidated
Open
enhancement
low priority
- Dominant language
- TypeScript
- Stars
- 19.1k
- Forks
- 2.1k
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 67
Description
Editing options in the tools attached to a compiler causes the compilation to be redone (and cached results not reused).
**To Reproduce**
* Go to https://gcc.godbolt.org/z/BO5N7g
* Edit the `llvm-mca` tool options (e.g. add some whitespace)
* Observe the compilation takes a long while again (even though in theory it should be cached).
**Expected behavior**
Compilation results should be reused, and only the tool re-executed.
Contributor guide
Assessment
This issue has not been assessed yet.