LWN.net Logo

Kamp: A Generation Lost in the Bazaar

Kamp: A Generation Lost in the Bazaar

Posted Aug 21, 2012 14:43 UTC (Tue) by Cyberax (✭ supporter ✭, #52523)
In reply to: Kamp: A Generation Lost in the Bazaar by Wol
Parent article: Kamp: A Generation Lost in the Bazaar

Again, that's probably an issue with their build system. MSVC really really wants you to pass it several files at once. If you do this, then it becomes several times faster than GCC on simple C/C++ code.


(Log in to post comments)

Kamp: A Generation Lost in the Bazaar

Posted Aug 21, 2012 19:21 UTC (Tue) by knico (guest, #67323) [Link]

If the files are local to the machine yes, Windows builds can be very fast.

If your files are on a network drive, Windows builds are very, very slow. Visual Studio seems to have huge network latencies due to its sub-optimal dependency checking.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds