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