summary refs log tree commit diff stats
path: root/results/scraper/box64/1358
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
commit63d2e9d409831aa8582787234cae4741847504b7 (patch)
tree595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/1358
parent2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff)
downloadqemu-analysis-box64.tar.gz
qemu-analysis-box64.zip
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/1358')
-rw-r--r--results/scraper/box64/13589
1 files changed, 9 insertions, 0 deletions
diff --git a/results/scraper/box64/1358 b/results/scraper/box64/1358
new file mode 100644
index 000000000..2af55a63b
--- /dev/null
+++ b/results/scraper/box64/1358
@@ -0,0 +1,9 @@
+Is there a plan to introduce a tracing jit compiler to optimize the jit code?
+Hi ptitseb

+

+Has box64 a plan to dev a complete tracing jit compiler? so that it can eliminate the redundancy brought by X86 code gen.

+

+current implementation could improve the code layout, but a tracing jit compiler could focus the compilation on hot code, like a tracing, single entry multiple exit, and more optimization passes could be added easily to eliminate the redundancy during code generation, e.g. constant folding, propagation, CSE etc.

+thank you.

+

+Jie He
\ No newline at end of file