Hacker News new | ask | show | jobs
by slunk 4572 days ago
"dispatching out to functions to handle each opcode carries unnecessary overhead in what should be the tightest loop in the project"

How about inline functions or macros?