Files
qemu-xteink/tcg
evan 1f76f73fee Work around wasm32 store-TB miscompile (reader font decompression)
A TB containing a guest store is miscompiled by the wasm backend: it
corrupts a pointer that a later load faults on. It reproduces in uzlib
inflate during the reader's font prewarm (browser panics with a rejected
Load access fault); native QEMU decompresses the same static flash font
fine, confirming a wasm32 codegen bug.

Force store-containing TBs onto the TCI interpreter as the working
workaround. Perf ceiling: those TBs no longer JIT-compile. Upgrade path:
localize the miscompiled op in tcg_wasm_out_qemu_st and drop this.
2026-07-21 09:16:31 -04:00
..
2024-10-22 13:45:03 -07:00
2024-02-05 22:45:41 +00:00
2026-07-19 21:08:45 -04:00
2024-09-22 06:54:49 +02:00
2026-07-19 21:08:45 -04:00
2024-09-22 06:54:49 +02:00
2024-09-22 06:54:49 +02:00