Closed adri09070 closed 2 years ago
This is because it calls CompiledMethod>>#methodNode that parses the method each time it is called.
CompiledMethod>>#methodNode
Maybe this would be better to call the CompiledCode>>#ast method to get the AST that is cached
CompiledCode>>#ast
This is because it calls
CompiledMethod>>#methodNode
that parses the method each time it is called.Maybe this would be better to call the
CompiledCode>>#ast
method to get the AST that is cached