Skip to main content

7 docs tagged with "JIT"

View All Tags

AST

AST is defined as: tree data struct to rep Source Code by organize JS Keywords for JS Engine. Topics on: JS Engine uses AST to check SyntaxError & generate Mach

Compilation

Compilation is defined as: (process) to converts AST into Machine Code. Topics on: Compile Time. Read more: JS, JS Concepts, JS Engine, JIT, JIT Compilation Flo

Execution

Execution is defined as: (process) to run Machine Code immediately in Call Stack. Topics on: . Read more: JS, JS Concepts, JS Engine, JIT, JIT Compilation Flow,

JIT

JIT is defined as: Mix of Interpretation & Compiled Language, used by modern JS Engine, all code compiled & executed immediately. Topics on: JIT Compilation flo

JIT Compilation flow

JIT Compilation flow. Topics on: Parsing, Compilation, Execution, Optimisation. Read more: JS, JS Concepts, JS Engine, JIT, JIT Compilation Flow| FullStack Wiki

Optimisation

Optimisation is defined as: (process) Optimization Compiler recompiles Source Code in background during Execution. Topics on: can iterate multiple times, replac

Parsing

Parsing is defined as: (process) to read Source Code & generate AST.. Topics on: AST. Read more: JS, JS Concepts, JS Engine, JIT, JIT Compilation Flow, Parsing,