summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-30 18:52:23 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-30 18:52:23 +0000
commit7e6497fa01580df1a4642786797992f2a7ea01e8 (patch)
tree2d50c163bd2cea309cc3165217028218d5b6e44a /DEPS
parent1368a5f9d962313c46ebdbb4d91a2ffe43c25e6a (diff)
downloadchromium_src-7e6497fa01580df1a4642786797992f2a7ea01e8.zip
chromium_src-7e6497fa01580df1a4642786797992f2a7ea01e8.tar.gz
chromium_src-7e6497fa01580df1a4642786797992f2a7ea01e8.tar.bz2
Add 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 Review URL: http://codereview.chromium.org/6778017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79871 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 6d1de40..bcef5d5 100644
--- a/DEPS
+++ b/DEPS
@@ -233,6 +233,9 @@ deps_os = {
"src/third_party/python_26":
"/trunk/tools/third_party/python_26@70627",
+ "src/third_party/psyco_win32":
+ "/trunk/deps/third_party/psyco_win32@79861",
+
"src/third_party/lighttpd":
"/trunk/deps/third_party/lighttpd@33727",