-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
None
-
b91
For a large IR line number nodes take up a significant portion of the memory footprint. We should get rid of the LineNumberNode altogether and only put them in Statements. I have a patch out for this already.
This has the added benefit that we don't need to do a lot of the special cases "look for the last statement, but it mustn't be a LineNumberNode", "pair function declaration vars with a linenumbernode" etc. So this both simplifies logic and footprint.
¨
This has the added benefit that we don't need to do a lot of the special cases "look for the last statement, but it mustn't be a LineNumberNode", "pair function declaration vars with a linenumbernode" etc. So this both simplifies logic and footprint.
¨
- blocks
-
JDK-8010203 Optimize IR memory footprint
-
- Closed
-