Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 697
    • Issues 697
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPyPyPy
  • pypypypy
  • Issues
  • #3148
Closed
Open
Issue created Jan 09, 2020 by Bitbucket Importer@bitbucket_importerMaintainer

environment variable to disable JIT

Created originally on Bitbucket by Bernat Gabor

PyPy can be a lot slower for short-lived interpreter runs than CPython. In such cases disabling the JIT might help a bit. This is now possible via --jit off, however, this does not scale well if you don’t know if your target python is either CPython or PyPy. Adding an environment flag to turn off the JIT might allow one to work around this issue.

‌

PS. Initially proposed in a discussion with @Ronan Lamy

Edited Apr 30, 2021 by Carl Friedrich Bolz-Tereick
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking