top | item 20617264

(no title)

throwaway542134 | 6 years 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?

discuss

order

pdovy|6 years ago

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.