书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 1440 个相关结果.
  • 编译源代码

    使用源码编译 前言 系统要求 快速编译步骤 安装系统依赖 克隆源码 执行编译 源码打包(可选) 编译选项 CMake 参数 ENABLE_WERROR ENABLE_TESTING ENABLE_ASAN CMAKE_BUILD_TYPE CMAKE_INSTALL_PREFIX CMAKE_CXX_COMPILER ENABLE_...
  • Debugging with XRay

    993 2020-03-21 《LLVM 10 Reference》
    Debugging with XRay Building with XRay Getting Traces The llvm-xray Tool $ llvm - xray convert - f yaml - symbolize - instr_map =./ bin / llc xray - log . llc . m35qPB C...
  • settings.yml

    settings.yml Operating systems Compilers msvc intel-cc Architectures C++ standard libraries (aka compiler.libcxx) Customizing settings Adding new settings Adding new sub-set...
  • Development Guides

    Using clang-tidy on C++ Code Coding Style Creating a New Electron Browser Module Patches in Electron Source Code Directory Structure Testing
  • 如何构建 ClickHouse 发布包

    如何构建 ClickHouse 发布包 安装 Git 和 Pbuilder 拉取 ClickHouse 源码 运行发布脚本 如何在开发过程中编译 ClickHouse 安装 Git 和 CMake 和 Ninja 安装 Clang 拉取 ClickHouse 源码 编译 ClickHouse 如何构建 ClickHouse 发布包 安...
  • 开发规范

    工程实践 单元测试 集成测试 代码规范 Google C++ Style Guide 格式化工具 工程实践 使用C++17,内存管理上以RAII为规范。 引入Expect Monad简化返回值错误处理。 基于C++的asio异步模块设计网络模块与线程池模块。 使用CMake构建工程 使用了asio/rocksdb/gtest/glog三...
  • 构建JIT:远程JITing - 远程处理隔离和懒惰

    1115 2020-03-18 《LLVM入门教程》
    5.构建JIT:远程JITing - 远程处理隔离和懒惰 5.1 第5章介绍 5.2 完整的代码清单 5.构建JIT:远程JITing - 远程处理隔离和懒惰 第5章简介 完整的代码清单 5.1 第5章介绍 欢迎阅读“在LLVM中构建基于ORC的JIT”教程的第5章。本章介绍ORC RemoteJIT客户端/服务器API,并说明如何使用...
  • Using -opt-bisect-limit to debug optimization errors

    831 2020-03-21 《LLVM 10 Reference》
    Using -opt-bisect-limit to debug optimization errors Introduction Getting Started Bisection Index Values Example Usage Pass Skipping Implementation Adding Finer Granularity ...
  • 附录:编译PHP扩展的相关工具

    附录:编译PHP扩展的相关工具 autoconf phpize configure php-config make gcc clang 安装过程 附录:编译PHP扩展的相关工具 首先你需要下载一份扩展的源码,可以到github或者pecl.php.net上下载,解压后放到一个目录中,cd进入此目录。 autoconf 根据con...
  • LLVM Languages Reference

    853 2020-01-06 《GraalVM Document》
    Running LLVM on GraalVM Compiling to LLVM Bitcode External library dependencies Running C++ Running Rust Interoperability Polyglot C API Embedding in Java Source-Level Debu...