DescriptionRemove redundant ids from AST
This conserves memory used by AST, which can get very large. Peak Zone
allocations measured from a Unity asm.js demo were reduced by 3.5%
(52 MB out of 1500 MB) on x64 build with this patch.
The patch did not have a discernible effect on Octane performance when
tested on ARM A15 -based Tegra K1 or on Intel Core i7 960.
BUG=v8:3557
LOG=Y
Patch Set 1 #
Total comments: 2
Patch Set 2 : Cleaner structure for reserving ids in AST #Messages
Total messages: 9 (2 generated)
|