Forum Discussion
Altera_Forum
Honored Contributor
13 years agoImprove Build Time on dual processor machine
I have a dual CPU (Xeon E5-2403 @ 1.80GHz, 10M Cache) machine with 16GB of DDR3 Memory (1067 MHz) dedicated to each CPU. Each CPU has 4 cores. Using Quartus 11.1 sp2. When I run Quartus with th...
Altera_Forum
Honored Contributor
13 years agoThe i5 is almost certainly a much faster cpu than your Xeon.
I'd guess the Xeon is core2 technology, so the i5 is a later version of the same family and will perform slightly better (instructions per clock). Until the OS starts swapping, the very large memory makes little difference. The larger cache helps - but only while the code/data fits in the cache. Once some data item exceeds the cache size random accesses (like sequential ones) will be almost always cache misses!