书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 1511 个相关结果.
  • Attributes

    Attributes Conditional compilation Linking to native libraries Inlining code Attributes C++ has various ways to give compiler directives during compilation: Compile flags ...
  • MOT配置

    MOT配置 总体原则 重做日志(MOT) 检查点(MOT) 恢复(MOT) 统计(MOT) 错误日志(MOT) 内存(MOT) 垃圾收集(MOT) JIT(MOT) 存储(MOT) 默认MOT.conf文件 MOT配置 预置MOT用于创建工作MOT。为了获得最佳效果,建议根据应用程序的特定要求和偏好自定义MOT配置(在mot.c...
  • 7.1. Linux

    Linux Linux WasmEdge supports a wide range of Linux distributions dated back to 2007. The official release contains statically linked binaries and libraries for older Linux sys...
  • The REPL

    The REPL The REPL The driver for this simply invokes all of the compiler in a loop feeding the resulting artifacts to the next iteration. We will use the haskeline library to ...
  • 转换字幕

    转换字幕 从srt转换出ass字幕文件 转换字幕 从srt转换出ass字幕文件 ffmpeg - i subtitle . srt subtitle . ass 举例: ➜ ffmpeg_edit_subtitle ffmpeg - i subtitle . srt subtitle . ass ffmpeg version ...
  • 2. Kaleidoscope: 实现解析器和抽象语法树

    Kaleidoscope: 实现解析器和抽象语法树 Kaleidoscope: 实现解析器和抽象语法树 原文: Kaleidoscope: Implementing a Parser and AST 介绍"" 欢迎来到第二章教程,这一章介绍如何使用词法分析器来建立一个Kaleidoscope语言解析器。一旦我们完成了解析器...
  • C and C++

    C and C++ Standards Practical use Compilers Interpreter Build systems Library ecosystem Editors Code and program quality analysis Static code analysis with GCC Static code ...
  • 开发与贡献指南

    开发与贡献指南 如何参与 BUG 修复,添加新特性 进阶指导 高效率地沟通 提交良好的 PR 审核与 PR 的合并 持续集成的运用 规范代码结构 PR 标题格式和标签 C++ 和 Python 标准 Taichi 编译器的开发建议 目录结构 测试 命令行工具 文档 跨 Python/C++ 的高效代码导航 升级 CUDA ...
  • MOT配置

    MOT配置 总体原则 重做日志(MOT) 检查点(MOT) 恢复(MOT) 统计(MOT) 错误日志(MOT) 内存(MOT) 垃圾收集(MOT) JIT(MOT) 默认MOT.conf文件 MOT配置 预置MOT用于创建工作MOT。为了获得最佳效果,建议根据应用程序的特定要求和偏好自定义MOT配置(在mot...
  • SIMD 支持

    SIMD 支持 SIMD 支持 VecElement{T} 类型是为了构建 SIMD 运算符的库。实际使用中要求使用 llvmcall 。类型按下文定义: struct VecElement { T } value :: T end It has a special compilation rule: a homogen...