Compile
Ctrlk
  • compiler
    • 编译过程
      • 编译器基本过程
      • 词法
      • 语法
      • 语义分析
      • 中间代码
        • Page 1
        • 知识点
          • 码(bytecode/bitcode)
            • bytecode
            • bitcode
            • 最终的中间代码可能是bytecode或者bitcode
            • bytecode/bitcode在汇编之前
            • 为什么不让bitecode在虚拟机上运行,而bytecode编译优化运行呢?
            • bytecode在JIT编译 vs bitcode编译
            • 区别
          • Page
      • 汇编
      • 机器码
      • 链接
      • 可执行文件
    • 编译工具
    • Page 4
    • 知识点
    • 资源管理策略 —— 移到tech-thinking
  • CompilerCompiler
Powered by GitBook
On this page
  1. compiler
  2. 编译过程
  3. 中间代码
  4. 知识点

码(bytecode/bitcode)

bytecodebitcode最终的中间代码可能是bytecode或者bitcodebytecode/bitcode在汇编之前为什么不让bitecode在虚拟机上运行,而bytecode编译优化运行呢?bytecode在JIT编译 vs bitcode编译区别
Previous知识点Nextbytecode