DescriptionDisable garbage collection for gyp_chromium.
Python always does reference counting and that handles most of the
objects used by GYP. The GC is used to detect and drop circular
references. If GC is turned off then the heap scanning can be skipped
to save some CPU cycles, and the memory leaked due to circular
references isn't noticeable.
This saves about 1 second out of 16 on Linux in a Z620 workstation.
BUG=None
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291287
Patch Set 1 #Patch Set 2 : . #Messages
Total messages: 6 (0 generated)
|