Hacker News new | ask | show | jobs
by pbiggar 4942 days ago
Makes total sense, thanks!

Would using a register-based bytecode not have been useful for the x64 JIT?

1 comments

Check out our HHIR work. It's an SSA-based IR, that gets us most of the advantages of a register representation. But it is at a much lower level than the bytecode.