If we define Instruction Level Parallelism (ILP) as the average number of instructions that can be executed per cycle in
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
If we define Instruction Level Parallelism (ILP) as the average number of instructions that can be executed per cycle in
If we define Instruction Level Parallelism (ILP) as the average number of instructions that can be executed per cycle in a particular code fragment, and assuming unlimited execution resources, what is the ILP of the following code fragment? [ILP] Number Instructions/Number Cycles add to, t1, t2 add t5, to, t6 add t2, t3, t4 add t7, t5, t8 add t8, t2, t3 add to, t7, t5 add t1, t2, to
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!