Skip to content

Using LLVM uses instead of going through every instruction#74

Merged
udesou merged 6 commits intommtk:upstream-ready/immixfrom
udesou:using-llvm-uses
Nov 27, 2024
Merged

Using LLVM uses instead of going through every instruction#74
udesou merged 6 commits intommtk:upstream-ready/immixfrom
udesou:using-llvm-uses

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
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