|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.beta - linker + Hyperthreading / Multiple core/cpu issues
Walter, Is it possible to make the linker (exe and dll) only use 1 core? I ask this because on HT and dual core machines it locks-up quite frequently. These are links to a program and source which makes it possible (but does not handle cmdline args) http://www.adsciengineering.com/StartAffinity/StartAffinity_src_1.3.1.zip http://www.adsciengineering.com/StartAffinity/StartAffinity_bin_1.3.1.zip MS also provides a tool in the kit: Imagecfg.exe tool from the Windows 2000 Server Resource Kit Supplement One. But it would be much better when the link.exe/dll itself takes care of this Arjan Apr 06 2006
|