[Vm-dev] [NB] NativeBoost meets JIT

Igor Stasenko siguctua at gmail.com
Sat Sep 22 15:45:40 UTC 2012


I checked the code, and indeed, #executeNewMethod first, eagerly
checks for primitive
and then runs it if it there, otherwise it goes to activate new method, and
only at that point it decides to run jited version of it.

So, mainly the question, can #executeNewMethod be changed to use

executeCoggedNewMethod:  (a something to implement), instead of
activateCoggedNewMethod:

or there are reasons for not doing that?


More information about the Vm-dev mailing list