View Single Post
Old Jul 14, 2009, 03:07 PM   #37
TheMailMan78
Banstick Dummy
 
TheMailMan78's Avatar
 
Join Date: Jun 2007
Location: Crystal River, FL
Posts: 15,109 (6.93/day)
Thanks: 1,337
Thanked 6,829 Times in 3,739 Posts

System Specs

Quote:
Originally Posted by mdm-adph View Post
I don't know -- I wouldn't be so sure about that.

The problem with programming pipelined code isn't just "having to code for a set number of cores" -- it's thinking about coding in a different way, entirely. Once you get the hang of spinning off your threads to be executed concurrently, it doesn't matter if your CPU has 4 cores, or 8, or 32, or 1000 -- your program works the same, it just gets done quicker.

"True" multithreaded applications continue to scale no matter how many cores are used -- think that one Valve particle test, and I think Surpreme Commander.
I guess no need to argue really. Time will tell and even then someone will still claim they are right "technically". One thing I have noticed about people is even when the are wrong they are still "right". Arguing on this forum is like arguing with my wife. Even when I'm right, I'm still wrong.
TheMailMan78 is offline  
Reply With Quote