Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Even without inlining? Since the compiler cannot know what instruction will be called, it cannot inline it in the loop.


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: