Skip to content

Commit 7f5944f

Browse files
committed
Bump the revision of mmtk-core and ruby repos
Updated mmtk-core to fix a race that caused GC workers to sometimes observe copied objects not having VO bits. See: mmtk/mmtk-core#1214 The ruby repo is merged with the official master branch. Fixes: #106
1 parent 6986a0f commit 7f5944f

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

mmtk/Cargo.lock

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2021"
1212
# Metadata for the Ruby repository
1313
[package.metadata.ci-repos.ruby]
1414
repo = "mmtk/ruby" # This is used by actions/checkout, so the format is "owner/repo", not URL.
15-
rev = "c300b86a5260508a46348bd5d3a023a8271c6487"
15+
rev = "8590762fa53459a8f20e26bd8dd19e1760618f6b"
1616

1717
[lib]
1818
name = "mmtk_ruby"
@@ -37,7 +37,7 @@ features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery
3737

3838
# Uncomment the following lines to use mmtk-core from the official repository.
3939
git = "https://github.com/mmtk/mmtk-core.git"
40-
rev = "c4fdce02274a4b3fee49318cce9f6bf3eb378ae0"
40+
rev = "328deb6bfb920e895594f374e83daad57b639a7f"
4141

4242
# Uncomment the following line to use mmtk-core from a local repository.
4343
#path = "../../mmtk-core"

0 commit comments

Comments
 (0)