Early versions of the binding compiler did not go through this step of constructing a code generation model, instead generating code directly from the binding.
绑定编译器的早期版本不经历构造代码生成模型这一步,而是直接从绑定生成代码。
2
When optimizing SQL queries, the decisions made by the SQL compiler are heavily influenced by the optimizer's modelof the database contents.
当对 SQL 查询进行优化时,SQL 编译器所做出的决定会受到优化器的数据库内容模型的重大影响。
3
The AST is a tree representation of the parsed source code, created by the compiler, similar to the DOM tree modelof an XML file.