Compiler Study1 컴파일러 개요 References Engineering a Compiler, 2nd 컴파일러의 이해 Contents Compiler Structure Overview of Translations Front End - Scanner, Parser, IR Optimizers Back End - Instruction Selection, Register Allocation, Instruction Scheduling Introduction 모든 컴퓨터 응용프로그램(applications)은 기본 하드웨어에서 제공되는 저수준의 추상화 위에 가상 도구(virtual tools)를 빌드하는 소프트웨어 컴퓨터 프로그램에 의존한다. 거의 모든 소프트웨어는 컴파일러(compiler)라고 부르는 도구를 통해서 번역된다. 컴파일러는 단순히 .. 2023. 10. 14. 이전 1 다음