Title :
Cyclone: a broadcast-free dynamic instruction scheduler with selective replay
Author :
Ernst, Dan ; Hamel, Andrew ; Austin, Todd
Author_Institution :
Adv. Comput. Archit. Lab, Michigan Univ., Ann Arbor, MI, USA
Abstract :
To achieve high instruction throughput, instruction schedulers must be capable of producing high-quality schedules that maximize functional unit utilization while at the same time enabling fast instruction issue logic. Many solutions exist to the scheduling problem, ranging from compile-time to run-time approaches. Compile-time solutions feature fast and simple hardware, but at the expense of conservative schedules. Dynamic schedulers produce high-quality schedules that incorporate run-time information and dependence speculation, but implementing these schedulers requires complex circuits that can slow processor clock speeds. We present the Cyclone scheduler, a novel design that captures the benefits of both compile-and run-time scheduling. Our approach utilizes a list-based single-pass instruction scheduling algorithm, implemented by hardware at run-time in the front end of the processor pipeline. Once scheduled, instructions are injected into a timed queue that orchestrates their entry into execution. To accommodate branch and load/store dependence speculation, the Cyclone scheduler supports a simple selective replay mechanism. We implement this technique by overloading instruction register forwarding to also detect instructions dependent on incorrectly scheduled operations. Detailed simulation analyses suggest that with sufficient queue width, the Cyclone scheduler can rival the instruction throughput of similarly wide monolithic dynamic schedulers. Furthermore, the circuit complexity of the Cyclone scheduler is much more favorable than a broadcast-based scheduler, as our approach requires no global control signals.
Keywords :
circuit complexity; instruction sets; pipeline processing; processor scheduling; Cyclone scheduler; broadcast-free dynamic instruction scheduler; circuit complexity; compile-time scheduling; instruction register overloading; list-based single-pass instruction scheduling algorithm; processor pipeline; run-time scheduling; selective replay mechanism; timed queue; Broadcasting; Circuits; Clocks; Cyclones; Dynamic scheduling; Hardware; Logic; Processor scheduling; Runtime; Throughput;
Conference_Titel :
Computer Architecture, 2003. Proceedings. 30th Annual International Symposium on
Print_ISBN :
0-7695-1945-8
DOI :
10.1109/ISCA.2003.1207005