Commit 2b643f0
committed
Detect early JIT compilation issues in CI/CD
Revert batched icache invalidation optimization due to intermittent Linux
kernel boot failures on x86_64 CI runners. The same commit shows both
passing and failing runs, indicating a timing-dependent race condition or
memory ordering issue exposed by the optimization.
Evidence:
- Run 19212176228 (commit 49cd220): SUCCESS
- Run 19212176313 (commit 49cd220): FAILURE (boot test hangs)
- Local macOS ARM64: SUCCESS
The optimization provided 5.6x ARM64 JIT compilation speedup but triggers
intermittent hangs in system emulation boot tests on x86_64 Linux. Further
investigation needed to identify root cause before re-enabling.
This reverts commit a252f41.1 parent a252f41 commit 2b643f0
1 file changed
+1
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
| 400 | + | |
407 | 401 | | |
408 | 402 | | |
409 | 403 | | |
| |||
2448 | 2442 | | |
2449 | 2443 | | |
2450 | 2444 | | |
2451 | | - | |
2452 | | - | |
2453 | | - | |
2454 | | - | |
2455 | | - | |
2456 | | - | |
2457 | | - | |
2458 | | - | |
2459 | | - | |
2460 | | - | |
2461 | | - | |
2462 | | - | |
2463 | | - | |
2464 | | - | |
2465 | | - | |
2466 | 2445 | | |
2467 | 2446 | | |
2468 | 2447 | | |
| |||
0 commit comments