compiler-explorer / compiler-explorer/compiler-explorer

[REQUEST] changes to tool configuration cause compilation results to be invalidated

Open
#1,482 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.