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. 知识点
  5. 码(bytecode/bitcode)

bytecode

格式执行方式选择热路径进行优化具有完整的运行时支持(如内存管理、异常处理等)
Previous码(bytecode/bitcode)Next格式

Last updated 1 year ago