opel
opel copied to clipboard
Reuse OpelNodes to optimize memory usage
If I have 1M expressions like ... someFunc() ... I'have 1M exact same instances of FunctionCallExpressionNode("someFunc"...).
Introduce cache for reusing OpelNodes