A
Andrew Maclean
Does VC7.1 support hyperthreading?
I looked in the documentation but I could find no reference at all.
I looked in the documentation but I could find no reference at all.
Andrew said:Does VC7.1 support hyperthreading?
I looked in the documentation but I could find no reference at all.
Windows Server 2003. There's no compiler support necessary. The
OS-provided support simply exposes multiple "virtual processors", so a
machine with a single HT-capable CPU will appear to have two processors.
Intel recommends that Hyper-Threading should be disabled for *all* Win2000
systems (at least it's still posted at their site)
John Smith said:Intel recommends that Hyper-Threading should be disabled for *all* Win2000
systems (at least it's still posted at their site)
Stephan said:I use XP and disabled HT because it seem compile time goes up with it
enabled.
I turn it on for testing/bebugging purposes (short of using a dual
processor system)
So I'm not sure VC7.1 is multithreaded optimized. (compile process)
What I noticed also in the compile process is bunch of dead CPU time,
so I'm guessing the the compiler dont build an async queue of file to
read/write ?