llst icon indicating copy to clipboard operation
llst copied to clipboard

Refactor the MethodCompiler's doPushBlock

Open 0x7CFE opened this issue 11 years ago • 0 comments

Current implementation makes it impossible to direct-optimize block functions, because latter operation recompiles the method from scratch before patching it. In current architecture block function is compiled during the nesting method compilation.

0x7CFE avatar Sep 15 '13 14:09 0x7CFE