Post #2177990
2026-04-17 20:45 UTC
@CanLehmann@mastodon.social @verijit@mastodon.social @cfbolz@mastodon.social I'm used to tracing jits for emulation; what's the 'meta' bit of 'meta tracing' ?
Replies (1)
-
@cfbolz@mastodon.social 2026-04-17 20:49
@penguin42@mastodon.org.uk @CanLehmann@mastodon.social @verijit@mastodon.social it's 'meta' because the tracing jit is parametrized by the core. You can trace a riscv program according to the Verilog code of hazard3, or some other riscv core (or do the same thing for another isa and corresponding core entirely). The jit infrastructure is shared for all these cases