Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

as a C++ user of VS 2010 SP1 Im often irritated :) by slow compile speed(on QC machine) and infamous"waiting for internal operation..." long (sometime long long aka infinite :( ) freezes.
So Im wondering:

  1. what is the compile speed of VS 10 vs VS11(Im primarily interested in Debug compile speed)
  2. Is compiler more stable in VS11?

EDIT: I prefer real data for 1) instead of "feels much better" or "looks the same"...

share|improve this question

closed as not constructive by mah, Frédéric Hamidi, Daniel Fischer, DCoder, Pete Becker Sep 25 '12 at 13:27

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 7 down vote accepted

The Visual C++ team has a blog post on exactly that subject.

Read this: http://blogs.msdn.com/b/vcblog/archive/2012/05/24/10309971.aspx

According to their graphs, it is somewhat slower in a number of cases.

share|improve this answer
so dissppropriate... Im disappointing but it fits nicely with general feel of things regarding C++ and VS. :/ – NoSenseEtAl Sep 25 '12 at 13:35

Not the answer you're looking for? Browse other questions tagged or ask your own question.