컴파일,compile

컴파일,compile (rev. 1.4)

처리 과정
Source Program

Lexical Analyzer ... (lexical_analyzer, lexical_analysis)
↓ Tokens ... (토큰,token)
Syntax Analyzer ... (syntactic_analysis)
↓ Tree ... (AST)
Intermediate Code Generator
↓ Intermediate Code ... (intermediate_code) // intermediate_representation { https://en.wikipedia.org/wiki/Intermediate_representation }
Code Optimizer ... (code_optimization)
↓ Optimized Code
Target Code Generator

Object Program



rel.
컴파일러,compiler
{
Sub:
just-in-time_compiler (JIT_compiler)







WpKo:JIT_컴파일
= https://ko.wikipedia.org/wiki/JIT_컴파일
"JIT 컴파일(just-in-time compilation) 또는 동적 번역(dynamic translation)은 프로그램을 실제 실행하는 시점에 기계어로 번역하는 컴파일 기법"

WpSimple:Just-in-time_compilation
WpEn:Just-in-time_compilation
}


Sources
처리과정: 최린 컴구 slide #2 p5