Skip to content

Commit bc8b63a

Browse files
committed
Update ruby and mmtk-core repos revision
Updated mmtk-core to the latest master. The ruby repo is merged with the upstream master. We reverted the change of IMEMO type mask size because another flag OBJ_FIELD_HEAP is required to have the same value as OBJ_FIELD_HEAP.
1 parent b284ec9 commit bc8b63a

File tree

2 files changed

+36
-23
lines changed

2 files changed

+36
-23
lines changed

mmtk/Cargo.lock

Lines changed: 34 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
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 = "fe51e6277b4df810a90c4474f951ed0a263acea0"
15+
rev = "e4f5cb73824dd411c0cb1cf12aca42996f427da3"
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 = "6eb1328bfce34a7e0fc4b84fd0b65a849b083e0e"
40+
rev = "ef153615d115edf196c0df2029e4340468276372"
4141

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

0 commit comments

Comments
 (0)