DescriptionAdd use of the Psyco JIT compiler to GYP on Windows. On my z600 with 12 GB of RAM, this shortens the time taken for a warm run of build/chromium_gyp from approximately 90 seconds down to approximately 70 seconds. On the other hand, it increases maximum memory usage for the GYP process from ~132 MB to ~158 MB on the same test system.
At the moment it is unknown whether using Psyco on Mac and Linux would pay off; follow-up changes may address this if it is.
BUG=none
TEST=things build correctly
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=79871
Patch Set 1 #Patch Set 2 : Remove .svn files. #Patch Set 3 : Fix for non-Windows platforms. #
Total comments: 2
Patch Set 4 : Use sys.platform instead of os.name #Patch Set 5 : Update copyright year on gyp_chromium. #Patch Set 6 : Switch to using DEPS to bring in Psyco on Windows only. #Patch Set 7 : Add .gitignore for the new depped-in directory. #Patch Set 8 : Merge to head. #
Messages
Total messages: 10 (0 generated)
|