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 698
    • Issues 698
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • 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
  • !406

Memory Operation Simplification. ZERO_ARRAY, MALLOC_NURSERY_VARSIZE

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Bitbucket Importer requested to merge branch/memop-simplify3 into branch/default Mar 01, 2016
  • Overview 2
  • Commits 0
  • Pipelines 0
  • Changes -

Created originally on Bitbucket by plan_rich (Richard Plangger)

Original PR head changeset 08f7c1c3571d967f12d2527316fd8533e17624cd) not available in Heptapod user interface after import. Displaying an empty list of of commits.

This essentially kills code (e.g. _imul_const_scaled in x86).

The last two operations (ZERO_ARRAY and CALL_MALLOC_NURSERY_VARSIZE) do not calculate scaling on their own, but let rewrite handle it.

I'm not quite sure if the following is desired (some backends e.g. ppc): nursery_varsize will always gets ConstInt(1) as a scaling factor.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: branch/memop-simplify3