书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 1526 个相关结果.
  • 外部函数接口

    外部函数接口 外部函数接口 Nim的 FFI (外部函数接口) 非常广泛,这里只记载扩展到其它未来后端的部分 (如 LLVM/JavaScript后端)。 Importc编译指示 Exportc编译指示 Extern编译指示 Bycopy编译指示 Byref编译指示 Varargs编译指示 Union编译指示 Packed编译指示 ...
  • 编译方案

    编译方案 编译方案 Zephir提供本机代码生成(目前通过编译到C)。 像gcc/clang/vc++这样的编译器会优化并将代码编译成机器代码。 下图显示了该过程的工作原理: 除了Zephir提供的优化之外,随着时间的推移,编译器已经实现并成熟了许多优化,这些优化可以提高编译应用程序的性能: GCC 优化 LLVM 传递 Visual ...
  • 编译方案

    编译方案 编译方案 Zephir提供本机代码生成(目前通过编译到C)。 像gcc/clang/vc++这样的编译器会优化并将代码编译成机器代码。 下图显示了该过程的工作原理: 除了Zephir提供的优化之外,随着时间的推移,编译器已经实现并成熟了许多优化,这些优化可以提高编译应用程序的性能: GCC 优化 LLVM 传递 Visual ...
  • System Image Building

    System Image Building Building the Julia system image System image optimized for multiple microarchitectures Specifying multiple system image targets Implementation overview ...
  • FaultMaps and implicit checks

    471 2020-03-21 《LLVM 10 Reference》
    FaultMaps and implicit checks Motivation The Fault Map Section The ImplicitNullChecks pass make.implicit metadata FaultMaps and implicit checks Motivation Code generated ...
  • Header pragma

    92 2024-07-11 《Nim v2.0 Manual》
    Header pragma Header pragma The header pragma is very similar to the nodecl pragma: It can be applied to almost any symbol and specifies that it should not be declared and inst...
  • 使用的第三方库

    Third-Party Libraries Used Third-Party Libraries Used Library License base64 BSD 2-Clause License boost Boost Software License 1.0 brotli MIT capnproto MIT cctz Apache Lice...
  • 系统调优指南

    系统调优指南 系统调优指南 系统调优是指进行操作系统级以及数据库系统级的调优,更充分地利用机器的CPU、内存、I/O和网络资源,避免资源冲突,提升整个系统查询的吞吐量。 操作系统参数调优 在性能调优过程中,可以根据实际业务情况修改关键操作系统(OS)配置参数,以提升openGauss数据库的性能。 数据库系统参数调优 配置LLVM ...
  • System Image Building

    System Image Building Building the Julia system image System image optimized for multiple microarchitectures Specifying multiple system image targets Implementation overview ...
  • 11. EXT Reference Autorelease

    Autorelease values JERRYX_AR_VALUE_T Autorelease values JERRYX_AR_VALUE_T Summary Macro for const jerry_value_t for which jerry_release_value() is automatically called wh...