Just checking in...

R

Rudy Ray Moore

My Visual Studio .net c++ 7.1 2003 native app is in its 6th minute linking,
so I thought I'd log on and say hello. Hello.

BTW, the same app takes almost an order of magnitude less time to link with
Visual C 6.0. Why does the linking take so much longer?

:(
 
R

Ronald Laeremans [MSFT]

It is not normal for linking to take 10 times longer. Something must have
changed besides linking. How large is the resulting image.

Ronald Laeremans
Visual C++ team
 
S

Sean Cavanaugh

Rudy said:
My Visual Studio .net c++ 7.1 2003 native app is in its 6th minute linking,
so I thought I'd log on and say hello. Hello.

BTW, the same app takes almost an order of magnitude less time to link with
Visual C 6.0. Why does the linking take so much longer?

:(

Did you enable /LTCG aka 'Whole Program Optimization'? Because that
would do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top