wangyu5 / gyp

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

Try placing common strings in generated vcproj files in a property sheets for size/speed #204

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Our generated vcprojs are very large. Much of it is repeated and msvs is slow 
to load it.
Property sheets might help msvs choke on this less.
Duplicating gyp expansion semantics in property sheets is likely impossible / 
hard.
However, we might be able to collapse common strings into a shared property 
sheet.
Its unclear if this would be a performance win, but would be worth trying.

Original issue reported on code.google.com by bradnel...@chromium.org on 29 Jul 2011 at 11:56