Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using LLVM uses instead of going through every instruction #74

Merged
merged 6 commits into from
Nov 27, 2024

Conversation

udesou
Copy link

@udesou udesou commented Nov 26, 2024

When lowering the julia.gc_alloc_bytes intrinsic to insert the fastpath for MMTk, go through the uses of that intrinsic rather than through every instruction in the function.

@udesou udesou merged commit 67b2ec1 into mmtk:upstream-ready/immix Nov 27, 2024
3 checks passed
udesou added a commit to mmtk/mmtk-julia that referenced this pull request Nov 28, 2024
Replacing loop over instructions by loop over uses when running the
`lowerGCAllocBytesLate` function.

Merge with mmtk/julia#74.
udesou added a commit that referenced this pull request Nov 29, 2024
* Adding support for MMTk (non-moving Immix)

* Replacing loop over instructions by loop over uses

* Minor

* Incrementing the iterator before erasing the instruction

* Minor
udesou added a commit that referenced this pull request Dec 2, 2024
* Adding support for MMTk (non-moving Immix)

* Replacing loop over instructions by loop over uses

* Minor

* Incrementing the iterator before erasing the instruction

* Minor
udesou added a commit that referenced this pull request Dec 3, 2024
* Adding support for MMTk (non-moving Immix)

* Replacing loop over instructions by loop over uses

* Minor

* Incrementing the iterator before erasing the instruction

* Minor
udesou added a commit that referenced this pull request Dec 9, 2024
* Adding support for MMTk (non-moving Immix)

* Replacing loop over instructions by loop over uses

* Minor

* Incrementing the iterator before erasing the instruction

* Minor
udesou added a commit that referenced this pull request Dec 9, 2024
* Adding support for MMTk (non-moving Immix)

* Replacing loop over instructions by loop over uses

* Minor

* Incrementing the iterator before erasing the instruction

* Minor
udesou added a commit that referenced this pull request Dec 12, 2024
* Adding support for MMTk (non-moving Immix)

* Replacing loop over instructions by loop over uses

* Minor

* Incrementing the iterator before erasing the instruction

* Minor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant