Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
arcatek
on June 23, 2015
|
parent
|
context
|
favorite
| on:
Implementing a Virtual Machine in C
Even without inlining? Since the compiler cannot know what instruction will be called, it cannot inline it in the loop.
sklogic
on June 23, 2015
[–]
Why do you want any inlining? It's a threaded code. You know an address of each instruction handler, so you can replace an opcode with this address and eliminate a switch and any table lookups altogether.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: