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 696
    • Issues 696
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • 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

Due to a massive storm of spam, registration on this instance now requires explicit administrator approval. Sorry for the added friction, we're also looking into automatic filtering options.

  • PyPyPyPy
  • pypypypy
  • Merge requests
  • !117

Flowspace refactorings

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Ronan Lamy requested to merge branch/kill-flowobjspace into branch/default Feb 09, 2013
  • Overview 0
  • Commits 27
  • Pipelines 0
  • Changes 22

This is a basically just a bunch of random cleanups. Despite the name, it doesn't kill FlowObjSpace, but it does hide it from public view.

Highlights:

  • replaces FlowObjSpace().build_flow(func) with just build_flow(func)
  • cleans up the ArgumentsForTranslation mess in flowspace
  • moves ArgumentsForTranslation to rpython.annotator, since it's not used in flowspace any more
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: branch/kill-flowobjspace