Y
Hacker News
new
|
ask
|
show
|
jobs
by
immutable_ai
3166 days ago
Is this basically the same transition as V8 did with crankshaft to ignition+turbofan?
1 comments
chrisseaton
3166 days ago
I think that was the exact opposite - they generated an interpreter from their JIT. This generates a JIT from their interpreter, like PyPy and Truffle do.
link
_old_dude_
3166 days ago
It seems to be to generate JIT snippets from the Rust compiler, not an interpreter.
link
Sean1708
3166 days ago
As I understand it you write an interpreter in Rust then you generate a JIT compiler from that interpreter.
link