Y
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
kmavm
4942 days ago
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.
link