humanai / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

gyp is slow #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On my beefy fast z600 running linux, gyp now takes 12.85s to produce make 
files.  I feel like a week or two ago it was much faster (only a few 
seconds).

Original issue reported on code.google.com by tony@chromium.org on 4 Nov 2009 at 7:05

GoogleCodeExporter commented 9 years ago
It's about 18-19 seconds just to run gyp for me.

This is a little scary:

$ strace python build/gyp_chromium build/all.gyp -Ibuild/features_override.gypi 
2>&1 
| grep '^getcwd' | wc -l
34578

Hmmm ....

Original comment by craig.schlenter@chromium.org on 24 Jan 2010 at 3:20

GoogleCodeExporter commented 9 years ago
~16 seconds on my z600 today at Chromium r87386 / gyp r930.

Original comment by thestig@chromium.org on 31 May 2011 at 11:20

GoogleCodeExporter commented 9 years ago
See also http://code.google.com/p/chromium/issues/detail?id=82230

Original comment by thakis@chromium.org on 2 Jun 2011 at 2:21