Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: David Lowndes <DavidL@xxxxxxxxxxxxxxx>
- Date: Mon, 26 Dec 2005 10:47:33 +0000
>No floating point, just integer. The only things besides POD are structs of POD,
>std::string, and std:: vector of POD or structs.
Are you compiling the VC7 build with the run-time diagnostics options?
They'll add some overhead, which may be significant in a large tight
loop.
Failing that, the likelihood is that you're seeing differences because
of the heap memory management (you're using strings and vectors).
You need to come up with some example code that illustrates the
differences before people can have a more informed guess as to why the
difference is so noticeable.
Dave
.
- Follow-Ups:
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Peter Olcott
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- References:
- VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Peter Olcott
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Scherbina Vladimir
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Peter Olcott
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Scherbina Vladimir
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Peter Olcott
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Scherbina Vladimir
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Peter Olcott
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Scherbina Vladimir
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Peter Olcott
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Alexander Grigoriev
- Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- From: Peter Olcott
- VC++ 7.0 makes programs that run slower than VC++ 6.0
- Prev by Date: Parameter of dll's function
- Next by Date: Re: Parameter of dll's function
- Previous by thread: Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- Next by thread: Re: VC++ 7.0 makes programs that run slower than VC++ 6.0
- Index(es):
Relevant Pages
|