diff options
| author | 2024-10-17 11:06:26 +0200 | |
|---|---|---|
| committer | 2024-10-17 14:38:48 +0000 | |
| commit | 5204c765a214eb120c91383e771eea02a913ff27 (patch) | |
| tree | ac595e48291bd9728774123c64afd57b1cce6253 /compiler/optimizing/graph_visualizer.cc | |
| parent | b741af2590bc56c8fec732fc4323cc0414381f2f (diff) | |
Fix `--jit-on-first-use` run-tests.
For 570-checker-osr-locals, ensure that the `WeirdLoop`
class is visibly initialized for non-x86 architectures, so
that JIT-on-first-use enters the method in compiled code.
Since JIT-on-first-use never performs OSR compilation, the
method previously started executed in interpreter and it was
then waiting for OSR until the test timed out.
To fix 848-pattern-match, return from `ForceJitCompiled()`
without checking the entrypoint for JIT-on-first-use. When
the pattern matching succeeds, the entrypoint check would
wait until the test times out.
Test: testrunner.py --target --jit-on-first-use
Change-Id: Iff09f067e36c4b1d8b7500c2b09b29b5c6b5ebd9
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions