Logo
8.0
  • PyPy란 무엇인가?
  • 목표와 아키텍처 개요
  • PyPy 다운로드 및 설치
  • 소스에서 PyPy 빌드하기
  • Windows에서 번역(translation)하기
  • 자주 묻는 질문
  • PyPy와 CPython의 차이점
  • PyPy를 위한 확장 모듈 작성하기
  • 가비지 컬렉터 문서 및 설정
  • JIT 후크
  • JIT 재설정
  • 애플리케이션 레벨 Stackless 기능
  • __pypy__ 모듈
  • PyPy의 샌드박싱 기능
  • 소프트웨어 트랜잭셔널 메모리(Software Transactional Memory)
  • 원격 디버깅
  • 기여 가이드라인
  • PyPy의 설정 처리
  • 잠재적 프로젝트 목록
  • 프로젝트 문서
  • 소스 코드 문서
    • 객체 공간(object space)
    • 바이트코드 인터프리터
    • 표준 인터프리터 최적화
    • PyPy 파서
    • PyPy를위한 설정 옵션
      • PyPy Python interpreter options
      • General translation options
      • translation
        • 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.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
      • --opt 또는 -O 변환 옵션
    • 명령줄 참조
    • PyPy 디렉터리 상호 참조
  • PyPy의 릴리스 프로세스
  • 이전 릴리스 노트
  • 변경 이력
  • 기여자
  • 용어집
PyPy
  • »
  • 프로젝트 문서 »
  • PyPy를위한 설정 옵션 »
  • translation »
  • translation.backendopt
  • View page source

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
  • name: backendopt
  • description: Backend Optimization Options

This group contains options about various backend optimization passes. Most of them are described in the EU report about optimization

Next Previous

© Copyright 2024, The PyPy Project. Last updated on Sep 08, 2026.

Built with Sphinx using a theme provided by Read the Docs.