DescriptionUninline RuntimeCallStatEntries::Add to save binary size.
RuntimeCallStats::Print invokes this function many times. The uses of
STL all get inlined as a result, causing the Print() function to take up
156KB of binary size. Out-of-lining this method reduces the size to
under 18KB!
BUG=v8:5240
Committed: https://crrev.com/a79ec0e3a9667cb142419b1ae5921c72212bcf31
Cr-Commit-Position: refs/heads/master@{#38182}
Patch Set 1 #Patch Set 2 : Comment clarification #Messages
Total messages: 15 (7 generated)
|