Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pypy pypy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 674
    • Issues 674
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • PyPy
  • pypypypy
  • Merge requests
  • !341

LLConstant

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Ronan Lamy requested to merge branch/llconst into branch/default Oct 11, 2015
  • Overview 3
  • Commits 6
  • Changes 49

A small step towards cleaner separation of the different translation stages.

This merely removes concretetype as an attribute of Constant and creates a subclass rpython.rtyper.rmodel.LLConstant which still accepts it. Also adds to rpython.rtyper.rmodel the following utility function, which had already been implemented 3 times in random places:

def ll_const(obj):
    return LLConstant(obj, typeOf(obj))
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: branch/llconst