JuliaInterpreter.jl
JuliaInterpreter.jl copied to clipboard
Optimize invoke
We currently do a full which call on every invoke. We should instead use the local methodtable for this to cache the lookup and if all types are constant we could do the lookup at FrameCode creation time.