Re: Are _T() and TEXT() macros equivalent?
- From: "Tom Serface" <tom.nospam@xxxxxxxxxxxxx>
- Date: Wed, 11 Apr 2007 14:28:02 -0700
SP1 doesn't seem any faster to me. VC6 on my old 1.8GHz system was faster than VS2005 SP1 on my dual XEON 3GHz system (that I use now). I'm not sure what "improvements" made it slower, but perhaps there is something in there like:
while(GetNextCodeLine()) {
if (m_nCompile == COMPILING_CPLUPLUS)
sleep(2000);
else if (m_nCompile == COMPILING_VB)
sleep(1000);
else if(m_nCompile == COMPILING_CSHARP)
// OK... let it rip
else
sleep(3000); // Must be some also ran like J#
}
:o)
Tom
"Joseph M. Newcomer" <newcomer@xxxxxxxxxxxx> wrote in message news:cljq13hohu3lkcqbiq8jic4rc63ofrb1c1@xxxxxxxxxx
Actually, it is not at all clear that the compiler is slower because of the language
compliance issue. I was told that several performance issues had been found and fixed,
but whether they made SP1 or won't appear until Orcas was unspecified.
joe
On Wed, 11 Apr 2007 15:22:04 GMT, "David Ching" <dc@xxxxxxxxxxxxxxxxxxxxxx> wrote:
.
- Follow-Ups:
- Re: Are _T() and TEXT() macros equivalent?
- From: Mihai N.
- Re: Are _T() and TEXT() macros equivalent?
- References:
- Re: Are _T() and TEXT() macros equivalent?
- From: Mihai N.
- Re: Are _T() and TEXT() macros equivalent?
- From: David Ching
- Re: Are _T() and TEXT() macros equivalent?
- From: Mihai N.
- Re: Are _T() and TEXT() macros equivalent?
- From: David Ching
- Re: Are _T() and TEXT() macros equivalent?
- From: David Wilkinson
- Re: Are _T() and TEXT() macros equivalent?
- From: MrAsm
- Re: Are _T() and TEXT() macros equivalent?
- From: Mihai N.
- Re: Are _T() and TEXT() macros equivalent?
- From: Tom Serface
- Re: Are _T() and TEXT() macros equivalent?
- From: David Ching
- Re: Are _T() and TEXT() macros equivalent?
- From: Joseph M . Newcomer
- Re: Are _T() and TEXT() macros equivalent?
- Prev by Date: Re: Are _T() and TEXT() macros equivalent?
- Next by Date: Re: Embedded Power Point Sample
- Previous by thread: Re: Are _T() and TEXT() macros equivalent?
- Next by thread: Re: Are _T() and TEXT() macros equivalent?
- Index(es):
Relevant Pages
|