Yet another VC 5.0 bug? 
Author Message
 Yet another VC 5.0 bug?

Is it just me, or do other people see the MSVC 5.0 IDE eat up alot of
processor time.  It is so bad for me that I cannot retrieve internet mail
and run the IDE at the same time.  If I close the IDE everything is fine.
Just curious.....



Sat, 16 Oct 1999 03:00:00 GMT  
 Yet another VC 5.0 bug?

This is a multi-part message in MIME format.

--------------DF51A57424
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Warren,  try this for your linker sluggish behavior (if you haven't
already).  I know it help my on my system

--------------DF51A57424
Content-Type: text/plain; charset=us-ascii; name="long link times in VC5.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="long link times in VC5.txt"

Here's a copy of a post made by Mark Hagen in the vc.utilities area:

"Hey folks,

  I have a quick tip for those of you who might be
experiencing slow link times using Visual C++ 5.0.
The readme files for Visual C++ mention two new
linker options called /OPT:icf and /OPT:noicf.  
The 'icf' part stands for "identical COMDAT folding"
and it's a form of linker optimization.  This COMDAT
optimization however is a lengthy process, and with
a large application it can slow things down.  To try
and get around the performance problem with the
linker, add the /OPT:noicf option to your linker
options.

  I would like to hear from people who are experiencing
this problem.  If you could reply back to this thread
and let me know:

1) How big the application is that you're trying to build
2) How long the link takes with the /OPT:noicf option
3) How long it takes without it

I can't guarantee that I'll reply to anyone posting a
reply to this message, so I will thank you in advance
for helping us make a better development product.

Sincerely,

Mark Hagen
Microsoft Technical Support
Visual C++"
--------------DF51A57424--



Sat, 16 Oct 1999 03:00:00 GMT  
 Yet another VC 5.0 bug?

Hey thanks a lot!  That sped up the linker by at least 100%!  Appreciate
the info!

Warren marshall.



Sun, 17 Oct 1999 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. vc++ 5.0 debugger problems, any solutions yet?

2. VC 5.0 yet MFC 4.21?

3. GOT VC 5.0 BUGS???

4. VC 5.0 and 6.0 Debugger Bug

5. GOT VC 5.0 BUGS???

6. VC 5.0 and 6.0 Debugger Bug

7. BUg in VC 5.0

8. VC 5.0 namespace bug

9. deque::end () bug in VC 5.0 sp2

10. Weird bug in VC 5.0 w/ sp3

11. VC 5.0 bugs in KB do not always include vcbuglist500 keyword

12. VC 5.0 bug in <functional>

 

 
Powered by phpBB® Forum Software