Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vmchale
on April 30, 2024
|
parent
|
context
|
favorite
| on:
Why SQLite Uses Bytecode
APL interpreters are tree-walking, but they're backed by C procedures. Then GCC optimizes quite well and you get excellent performance! With stuff like vector instructions.
Getting on par with GCC/Clang with your own JIT is pretty hefty.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Getting on par with GCC/Clang with your own JIT is pretty hefty.