Y
Hacker News
new
|
ask
|
show
|
jobs
by
MobiusHorizons
167 days ago
Do they generate machine code in ram and jump to it? Or do they interpret byte code?
EDIT: at least GHC seems to be a traditional AOT compiler.
1 comments
kscarlet
167 days ago
They generate native machine code.
link