🔰compilation
🚧 施工中
Last updated
Was this helpful?
🚧 施工中
Last updated
Was this helpful?
Was this helpful?
JS ⟩ compile
3 stages of compilation:
code generation: AST -> executable code.
JavaScript code is compiled first, and then execute. (not interpreted line by line)
compilation
doesn't do anything in terms of reserving memory for s and s, none of the program has been executed yet.
creates a map of all the lexical scopes of the program.