Skip to content

Commit

Permalink
Replacing loop over instructions by loop over uses (#189)
Browse files Browse the repository at this point in the history
Replacing loop over instructions by loop over uses when running the
`lowerGCAllocBytesLate` function.

Merge with mmtk/julia#74.
  • Loading branch information
udesou authored Nov 28, 2024
1 parent df74369 commit 62e0450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
[package.metadata.julia]
# Our CI matches the following line and extract mmtk/julia. If this line is updated, please check ci yaml files and make sure it works.
julia_repo = "https://github.com/mmtk/julia.git"
julia_version = "ddc7361dec25ec618b75e5eb99bea8e59cbdaeaa"
julia_version = "67b2ec10542c9e80d1f5b4aeddb8bf9d3c4f6ba1"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 62e0450

Please sign in to comment.