When i bought my AMD Athlon 64 X2 4200+ i was only thinking about game performance, but when i compiled Irrlicht for the first time it was breathtaking.
At my old Pentium 4 i took aobut 45 mins, now it only takes about 5-10 mins.
Anyone else got such expericenes?
Wohoooo Dual Core
-
hybrid
- Admin
- Posts: 14144
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Such long compiling times are often related to hdd problems. Also compiling from and to a network drive is damn slow.
But with dual core your compiler should be able to use at least two jobs at a time, which is not true by default for most tools. Under Linux just use 'make -j 3' which runs 3 jobs at a time (1 more to reduce I/O waiting time).
But with dual core your compiler should be able to use at least two jobs at a time, which is not true by default for most tools. Under Linux just use 'make -j 3' which runs 3 jobs at a time (1 more to reduce I/O waiting time).