Subhaditya's KB

Home

❯

KB

❯

Parallel computing

❯

Instruction level programming

Instruction level programming

Sep 18, 20241 min read

  • parallelcomputing

Instruction Level Programming

  • ILP
  • allows the compiler and the processor to overlap the execution of multiple instructions or even to change the order in which instructions are executed
  • Instruction Pipelining
  • SuperScalar
  • Out of Order Execution
  • Register Renaming
  • Speculative Execution
  • Branch Prediction

Graph View

Backlinks

  • SuperScalar
  • _Index_of_Parallel computing

Created with Quartz v4.3.1 © 2025

  • GitHub