Discussion Forums > Technology

Core optimizers?

<< < (4/5) > >>

kitamesume:
so the OS that says having HT on a quad is a virtual octa is wrong? screw OS makers.

vuzedome:
Oh not this HT shit again, we've been through it once but are we going there again?

kitamesume:
lol, if HT didnt do anything good, they wouldn't have released i7 2600.

Bob2004:
A program has to be specifically designed to make use of multiple cores. Unfortunately, there many, many tasks which just cannot be split into separate threads to run on multiple cores at once. It just cannot be done. And of the tasks which can be, actually programming it is a royal pain in the arse. Multithreaded code is difficult to get your head around to begin with, and it adds in all kinds of potential complications (threads interfering with each other, threads trying to access the same file at once, etc). Not to mention the problems it can cause are incredibly random and difficult to debug.

As a result, games don't tend to use more than a couple of cores, and even then they tend to perform most of the work on a single core (though this does vary massively between different games, of course. Some do it significantly better than others). Developers are getting better at doing multithreading though, so hopefully we should see the number of cores games make good use of increase as time goes on.


--- Quote from: kitamesume on June 01, 2011, 09:10:56 AM ---so the OS that says having HT on a quad is a virtual octa is wrong? screw OS makers.

--- End quote ---

HT can give a small boost to some types of applications, but it's not a massive boost, and (especially if it's a quad-core cpu already), I highly doubt it will give any boost at all to games. Even in the most optimal situation, it would not in any way shape or form come even close to being equivalent to an octa-core cpu (Not that an octa-core cpu would give any real boost to most games either).

vuzedome:

--- Quote from: kitamesume on June 01, 2011, 12:19:30 PM ---lol, if HT didnt do anything good, they wouldn't have released i7 2600.

--- End quote ---
You've forgotten about a certain tech topic with the HT and HOW MANY CORES DOES THAT ONE HAVE nonsense in it?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version