书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 1474 个相关结果.
  • LLVM 词典

    LLVM 词典 定义 LLVM 词典 定义 A ADCE Aggressive Dead Code Elimination积极的死代码消除 AST Abstract Syntax Tree抽象语法树 由于 Clang 的影响(大多是由于 C,尤其是 C++ 错综复杂的解析和语义分析),典型的 LLVM 社区中的 AST 的定义大...
  • LLVM IR

    605 2020-03-21 《LLVM 10 Reference》
    LLVM Language Reference Manual Design and Usage of the InAlloca Attribute LLVM Bitcode File Format Machine IR (MIR) Format Reference Manual Global Instruction Selection
  • Working with LLVM

    Working with LLVM Overview of Julia to LLVM Interface Alias Analysis Building Julia with a different version of LLVM Passing options to LLVM Debugging LLVM transformations in i...
  • Working with LLVM

    Working with LLVM Overview of Julia to LLVM Interface Alias Analysis Building Julia with a different version of LLVM Passing options to LLVM Debugging LLVM transformations in i...
  • 配置LLVM

    配置LLVM 配置LLVM LLVM(Low Level Virtual Machine)动态编译技术可以为每个查询生成定制化的机器码用于替换原本的通用函数。通过减少实际查询时冗余的条件逻辑判断、虚函数调用并提高数据局域性,从而达到提升查询整体性能的目的。 由于LLVM需要消耗额外的时间预生成IR中间态表示并编译成机器码,因此在小数据量场景或查询本...
  • 配置LLVM

    配置LLVM 配置LLVM LLVM(Low Level Virtual Machine)动态编译技术可以为每个查询生成定制化的机器码用于替换原本的通用函数。通过减少实际查询时冗余的条件逻辑判断、虚函数调用并提高数据局域性,从而达到提升查询整体性能的目的。 由于LLVM需要消耗额外的时间预生成IR中间态表示并编译成机器码,因此在小数据量场景或查询本...
  • 配置LLVM

    配置LLVM 配置LLVM LLVM(Low Level Virtual Machine)动态编译技术可以为每个查询生成定制化的机器码用于替换原本的通用函数。通过减少实际查询时冗余的条件逻辑判断、虚函数调用并提高数据局域性,从而达到提升查询整体性能的目的。 由于LLVM需要消耗额外的时间预生成IR中间态表示并编译成机器码,因此在小数据量场景或查询本...
  • Working with LLVM

    Working with LLVM Overview of Julia to LLVM Interface Alias Analysis Building Julia with a different version of LLVM Passing options to LLVM Debugging LLVM transformations in i...
  • Working with LLVM

    Working with LLVM Overview of Julia to LLVM Interface Alias Analysis Building Julia with a different version of LLVM Passing options to LLVM Debugging LLVM transformations in i...
  • LLVM 概览

    概览 LLVM 设计和概览 用户指南 编程文档 子系统文档 开发阶段文档 社区 邮件列表 IRC 概览 LLVM 编译器架构支持的工程范围广阔,从工业强度的编译器到特殊化的 JIT 应用程序再到小的搜索项目。 类似的,文档分为几个高层次的组别来面向不同的用户: LLVM 设计和概览 一些引导性的论文和演示。 LLVM 语言...