Content-Length: 266308 | pFad | https://github.com/python/cpython/issues/129231

72 JIT: lay out memory to group executable code together · Issue #129231 · python/cpython · GitHub
Skip to content

JIT: lay out memory to group executable code together #129231

@diegorusso

Description

@diegorusso

When allocating memory to host JIT traces, we have the following layout:

  • code
  • data
  • trampolines
  • padding

We should group executable code together to improve icache locality. The new layout should be

  • code
  • trampolines
  • data
  • padding

Linked PRs

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions









    ApplySandwichStrip

    pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


    --- a PPN by Garber Painting Akron. With Image Size Reduction included!

    Fetched URL: https://github.com/python/cpython/issues/129231

    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy