PyPy
最新版本
  • 什么是 PyPy?
  • 目标和架构概述
  • 下载和安装 PyPy
  • 从源代码构建 PyPy
  • 在 Windows 上进行翻译
  • 常见问题解答
  • PyPy 和 CPython 之间的区别
  • 为 pypy 编写扩展模块
  • 垃圾收集器文档和配置
  • JIT 钩子
  • 重置 JIT
  • 应用程序级 Stackless 功能
  • The __pypy__ 模块
  • PyPy 的沙盒功能
  • 软件事务内存
  • 贡献指南
  • PyPy 的配置处理
  • 潜在项目列表
  • 项目文档
  • 源代码文档
    • 对象空间
    • 字节码解释器
    • 标准解释器优化
    • PyPy 解析器
    • PyPy 的配置选项
      • PyPy Python 解释器选项
      • 一般翻译选项
      • 翻译
        • translation.continuation
        • translation.type_system
        • translation.backend
        • translation.shared
        • translation.log
        • translation.gc
        • translation.gctransformer
        • translation.gcremovetypeptr
        • translation.gcrootfinder
        • translation.thread
        • translation.sandbox
        • translation.rweakref
        • translation.jit
        • translation.jit_backend
        • translation.jit_profiler
        • translation.jit_opencoder_model
        • translation.check_str_without_nul
        • translation.verbose
        • translation.cc
        • translation.profopt
        • translation.profoptargs
        • translation.instrument
        • translation.countmallocs
        • translation.countfieldaccess
        • translation.fork_before
        • translation.dont_write_c_files
        • translation.instrumentctl
        • translation.output
        • translation.secondaryentrypoints
        • translation.dump_static_data_info
        • translation.no__thread
        • translation.make_jobs
        • translation.list_comprehension_operations
        • translation.withsmallfuncsets
        • translation.taggedpointers
        • translation.keepgoing
        • translation.lldebug
        • translation.lldebug0
        • translation.lto
        • translation.icon
        • translation.manifest
        • translation.libname
        • translation.backendopt
        • translation.platform
        • translation.split_gc_address_space
        • translation.reverse_debugger
        • translation.rpython_translate
      • objspace
      • The --opt or -O 翻译选项
    • 命令行参考
    • PyPy 目录交叉引用
  • PyPy 的发布流程
  • 历史版本说明
  • 变更日志
  • 贡献者
  • 术语表
PyPy
  • 项目文档
  • PyPy 的配置选项
  • 翻译
  • translation.backendopt
  • 在 GitHub 上编辑

translation.backendopt¶

  • translation.backendopt.inline
  • translation.backendopt.inline_threshold
  • translation.backendopt.inline_heuristic
  • translation.backendopt.print_statistics
  • translation.backendopt.merge_if_blocks
  • translation.backendopt.mallocs
  • translation.backendopt.constfold
  • translation.backendopt.profile_based_inline
  • translation.backendopt.profile_based_inline_threshold
  • translation.backendopt.profile_based_inline_heuristic
  • translation.backendopt.remove_asserts
  • translation.backendopt.really_remove_asserts
  • translation.backendopt.storesink
  • translation.backendopt.replace_we_are_jitted
  • translation.backendopt.none
  • 名称: backendopt
  • 描述: 后端优化选项

此组包含有关各种后端优化过程的选项。大多数都在 关于优化的欧盟报告 中描述。

上一页 下一页

© Copyright 2024, The PyPy Project. 版本 e3a12947. 上次更新于 2024 年 6 月 26 日.

使用 Sphinx 构建,使用 主题 由 Read the Docs 提供。