Target Code Generation

Creator
Creator
Alan JoAlan Jo
Created
Created
2022 Dec 3 10:21
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2022 Dec 3 10:25
Refs
Refs
하드웨어에 의존적인 작업들 진행
  • input -
  • output -
Set에 따라서 최종 최적화 진행되기도
Target Code Generation Notion
  1. Choose instructions to implement each IR operation (need to expose explicit memory operations and calling sequences)
  1. Find a good order for the instructions to execute
  1. Decide which value to keep in registers
All three tasks, in general, are very difficult (NP-Complete problems)
 
 
 
 
 
 

Recommendations