书栈网 · BookStack 本次搜索耗时 0.006 秒,为您找到 9 个相关结果.
  • LLVM 10 Reference

    LLVM and API reference documentation.
  • LLVM 10 User Guides

    LLVM是构架编译器(compiler)的框架系统,以C++编写而成,用于优化以任意程序语言编写的程序的编译时间(compile-time)、链接时间(link-time)、运行时间(run-time)以及空闲时间(idle-time),对开发者保持开放,并兼容已有脚本。
  • Implementing a language with LLVM(英文)

    Welcome to the “Implementing a language with LLVM” tutorial. This tutorial runs through the implementation of a simple language, showing how fun and easy it can be. This tutorial w...
  • LLVM入门教程

    User Guides For those new to the LLVM system.(LLVM系统的新用户指南,中文翻译版)。LLVM是构架编译器(compiler)的框架系统,以C++编写而成,用于优化以任意程序语言编写的程序的编译时间(compile-time)、链接时间(link-time)、运行时间(run-time)以及空闲时间(idle-t...
  • Implementing a JIT Compiled Language with Haskell and LLVM

    Welcome to the Haskell version of "Implementing a language with LLVM" tutorial. This tutorial runs through the implementation of a simple language, and the basics of how to build a...
  • clang 中文用户手册&llvm 文档

    LLVM是构架编译器(compiler)的框架系统,以C++编写而成,用于优化以任意程序语言编写的程序的编译时间(compile-time)、链接时间(link-time)、运行时间(run-time)以及空闲时间(idle-time),对开发者保持开放,并兼容已有脚本。
  • Kaleidoscope-llvm教程文档中文翻译

    Kaleidoscope tutorial chinese translation。 Kaleidoscope-llvm教程文档中文翻译。欢迎来到“使用LLVM编写语言”教程。本教程过实现一个简单的语言,让你感受其中的乐趣和轻松。我们将从一个简单的框架开始,让你可以扩展到其它语言。你也可以用教程中的代码测试llvm中的各种特性。
  • GraalVM Document

    GraalVM 是新一代的高性能跨语言虚拟机,用于运行 JavaScript、Python 3、Ruby、R、基于 JVM 的语言,如 Java、Scala、Kotlin 和基于 LLVM 的语言,如 C 和 C++。
  • TinyGo Document

    TinyGo是一个Go编译器,旨在用于微控制器,WebAssembly(WASM)和命令行工具等小型场景。它重用了Go语言工具和LLVM一起使用的库,以提供编译用Go编程语言编写的程序的另一种方法。