abyss996 / gyp

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

Gyp is really slow on Windows #289

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It takes me 2.5 minutes, with an SSD and a really fast machine. scottmg tracked 
this down to _FindDirectXInstallation in msvs_emulation.py getting called > 
3000 times. I don't have DXSDK_DIR set so each time it calls out to reg.exe. 
using a global to cache this makes it fast again.

Original issue reported on code.google.com by jam@chromium.org on 30 Jul 2012 at 10:10

GoogleCodeExporter commented 8 years ago
Commit: 30f188cc7920c272371b7c4364f5e948197db1eb
 Email: scottmg@chromium.org@78cadc50-ecff-11dd-a971-7dbc132099af

ninja windows: don't spam reg.exe calls if we can't find DirectX installation

R=thakis@chromium.org
BUG=gyp:289

Review URL: https://chromiumcodereview.appspot.com/10837010

git-svn-id: http://gyp.googlecode.com/svn/trunk@1443 
78cadc50-ecff-11dd-a971-7dbc132099af

M   pylib/gyp/msvs_emulation.py

Original comment by bugdroid1@chromium.org on 8 Aug 2012 at 3:40

GoogleCodeExporter commented 8 years ago
Speculatively marking as Fixed by r1443.

Original comment by yukawa@chromium.org on 23 Nov 2013 at 12:33