Duplication of Architecture State means physically extra?
Posted
by
Doopy Doo
on Super User
See other posts from Super User
or by Doopy Doo
Published on 2012-10-12T15:19:19Z
Indexed on
2012/10/12
15:40 UTC
Read the original article
Hit count: 223
Windows
|hyper-threading
Hyper-Threading Technology makes a single physical processor appear as two logical processors; the physical execution resources are shared and the architecture state is duplicated for the two logical processors.
So, this means that there are two sets of basic registers such as Next Instruction Pointer, processor registers like AX, BX, CX etc physically embedded in the micro-processor chip,
OR they(arch. state) are made to look two sets by some low level duplication by software/OS.
© Super User or respective owner