Debugging using 32-bit against 64-bit machine

kamoteboy911

New member
Joined
Jun 9, 2007
Messages
1
Programming Experience
1-3
Needs information on performance of a 64-bit processor in debugging and simulation of source codes in C/C++ which is composed of a size of a 900MB project. The project is used in Audio programs in dvd players of ITS in cars.

I am now working on a visual studio.net 2003, running on a P4 2.8Ghz, with Hyperthreading, and a 2 GB memory. But still debug time ranges from 4 to 5 mins. and it is really frustrating if you want to experiment some codes.

1. If I migrate to a 64-bit machine, will it reduce the debug time drammatically?
 
Back
Top