书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1526 个相关结果.
  • Documentation of Julia’s Internals

    Julia 运行时的初始化 Julia 的 AST More about types Memory layout of Julia Objects Julia 代码的 eval Calling Conventions 本机代码生成过程的高级概述 Julia 函数 笛卡尔 Talking to the compiler (the :meta ...
  • Julia SSA-form IR

    Julia SSA-form IR Background New IR nodes Phi nodes and Pi nodes PhiC nodes and Upsilon nodes Main SSA data structure Julia SSA-form IR Background Beginning in Julia 0.7...
  • 17.3.1 x86

    17.3.1 x86 17.3.2 ARM + Optimizing Xcode (LLVM) + ARM mode 17.3.3 ARM + Optimizing Xcode (LLVM) + thumb-2 mode 17.4 CRC32哈希散列计算例子 17.3.1 x86 MSVC 2010: Listing 17.18: MSVC ...
  • 16.3 防止缓冲区溢出的方法

    16.3 防止缓冲区溢出的方法 16.3.1 Optimizing Xcode (LLVM) + thumb-2 mode 16.4 One more word about arrays 16.3 防止缓冲区溢出的方法 下面一些方法防止缓冲区溢出。MSVC使用以下编译选项: / RTCs Stack Frame runtime che...
  • 11.1. 优化: 速度与大小间的博弈

    优化: 速度与大小之间的博弈 无优化 优化依赖 优化速度 优化大小 优化: 速度与大小之间的博弈 每个人都想要它们的程序变得超级快且超级小,但是同时满足这两个条件是不可能的。这部分讨论rustc 提供的不同的优化等级,和它们是如何影响执行时间和一个程序的二进制项的大小。 无优化 这是默认的。当你调用cargo build 时,你使用的是...
  • Volatile 编译指示

    Volatile 编译指示 Volatile 编译指示 volatile 编译指示仅用于变量。它声明变量为 volatile:c:,不论 C/C++ 中 volatile 代表什么含义 (其语义在 C/C++中没有明确定义)。 注意 : 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 ...
  • System Image Building

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

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

    System Image Building Building the Julia system image System image optimized for multiple microarchitectures Specifying multiple system image targets Implementation overview ...