Hacker News new | ask | show | jobs
by throwaway542134 2507 days ago
Am I missing something? The CPU dispatching in this library is done at runtime too... I thought FMV only has a penalty on the first call?
1 comments

Ah apologies, I only took a cursory look at his dispatching logic. It looks to me like it supports both modes, but you have to hand roll the dispatching logic if you want to use it at runtime (but he provides an example). If you _really_ need the runtime dispatch then yeah I'd agree FMV is probably cleaner.