...
Question 8483 – Compiler-Design
May 17, 2024
CIL 2020
May 17, 2024
Question 8483 – Compiler-Design
May 17, 2024
CIL 2020
May 17, 2024

Question 8892 – Compiler-Design

Which of the following is a type of out-of-order execution, with the reordering done by a compiler

Correct Answer: A

Question 309 Explanation: 
In computer engineering, out-of-order execution, is a technique used in most high-performance microprocessors to make use of cycles that would otherwise be wasted by a certain type of costly delay. Most modern CPU designs include support for out of order execution.
This technique is similar to loop unrolling concept in code optimization.
A
Loop unrolling
B
Dead code elimination
C
Strength reduction
D
Software pipelining

Leave a Reply

Your email address will not be published. Required fields are marked *