Question 8483 – Compiler-Design
May 17, 2024CIL 2020
May 17, 2024Question 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.
This technique is similar to loop unrolling concept in code optimization.
Loop unrolling
Dead code elimination
Strength reduction
Software pipelining
