Sciweavers

CJ
2006

Instruction Level Parallelism through Microthreading - A Scalable Approach to Chip Multiprocessors

13 years 4 months ago
Instruction Level Parallelism through Microthreading - A Scalable Approach to Chip Multiprocessors
Most microprocessor chips today use an out-of-order instruction execution mechanism. This mechanism allows superscalar processors to extract reasonably high levels of instruction level parallelism (ILP). The most significant problem with this approach is a large instruction window and the logic to support instruction issue from it. This includes generating wake-up signals to waiting instructions and a selection mechanism for issuing them. Wide-issue width also requires a large multi-ported register file, so that each instruction can read and write its operands simultaneously. Neither structure scales well with issue width leading to poor performance relative to the gates used. Furthermore, to obtain this ILP, the execution of instructions must proceed speculatively. An alternative, which avoids this complexity in instruction issue and eliminates speculative execution, is the microthreaded model. This model fragments sequential code at compile time and executes the fragments out of ord...
Kostas Bousias, Nabil Hasasneh, Chris R. Jesshope
Added 11 Dec 2010
Updated 11 Dec 2010
Type Journal
Year 2006
Where CJ
Authors Kostas Bousias, Nabil Hasasneh, Chris R. Jesshope
Comments (0)