| 1. | This is where some custom glue code can bridge the gap between the open source tools 这就是使用一些定制的中间代码在开源工具之间建立联系的地方。 |
| 2. | The custom glue code is a simple tool that reduces the address trace to a graph specification 定制的中间代码是一个非常简单的工具,它可以减少对图形规范的地址跟踪。 |
| 3. | A more sophisticated technique is to generate intermediate code in such a way that the global data doesn t get mangled 一种更为复杂的技术是以全局数据不被破坏的方式生成中间代码。 |
| 4. | The recovery program using it can translate different switch structures into intermediate code in the same form 恢复程序可以根据这些信息将不同开关结构转换成统一格式的中间代码形式。 |
| 5. | Similar to a non - generic type , the compiled representation of a generic type is intermediate language ( il ) instructions and metadata 和非泛型类似,泛型被编译后表示成中间代码指令和元数据。 |
| 6. | The compiler can store this directive in its symbol table and use it during the intermediate code generation phase 编译器可以将这个指示符存储在它的符号表中,并在中间代码生成阶段使用这个指示符。 |
| 7. | With open source software and a small amount of glue code , you can develop interesting and useful projects in a short amount of time 使用开源软件和少量的中间代码,只需要花很少的时间就可以开发出非常有用的项目。 |
| 8. | Code generation arm / thumb instuctions are converted into ir ( intermediate representation ) , which are translated into x86 instructions later 代码生成描述了arm / thumb机器指令对应的中间代码,以及生成x86机器指令的过程。 |
| 9. | To capture and display a call graph , you need four elements : a gnu compiler toolchain , the addr2line utility , custom glue code , and a tool called graphviz 为了捕获并显示调用图,您需要4个元素: gnu编译器工具链、 addr2line工具、定制的中间代码和一个名为graphviz的代码。 |
| 10. | An abstract syntax tree is built after syntax analysis and traversed three times to do semantic analysis to generate the intermediate code 在语法分析、语义分析及中间代码生成方面,先经过语法分析建立抽象语法树,然后对抽象语法树进行三次遍历完成语义分析并生成中间代码。 |