Skip to content

Commit 62e0450

Browse files
authored
Replacing loop over instructions by loop over uses (#189)
Replacing loop over instructions by loop over uses when running the `lowerGCAllocBytesLate` function. Merge with mmtk/julia#74.
1 parent df74369 commit 62e0450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmtk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111
[package.metadata.julia]
1212
# 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.
1313
julia_repo = "https://github.com/mmtk/julia.git"
14-
julia_version = "ddc7361dec25ec618b75e5eb99bea8e59cbdaeaa"
14+
julia_version = "67b2ec10542c9e80d1f5b4aeddb8bf9d3c4f6ba1"
1515

1616
[lib]
1717
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)