Skip to content

Commit 4833582

Browse files
committed
Update mmtk and ruby repo revision
The `ruby` repository is merged with the master branch. Notable changes in the `ruby` repository include: - The changes for supporting parallel GC in YJIT has been merged upstream. - The upstream removed some unused functions related to CC table marking. - The fstring table is now backed by a concurrent set.
1 parent 221c509 commit 4833582

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mmtk/Cargo.lock

Lines changed: 2 additions & 2 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 = "3051b4d4f3808e7301351e0fc9621cd162d8e0b3"
15+
rev = "a11526830e747dc68f250a38bbebf01c02bf6462"
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 = "efe7b41785eeb07473cbadc93b58d4e1e532353d"
40+
rev = "6ac4f73e21e0b08b2de1d456175ae7caaaf886fd"
4141

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

0 commit comments

Comments
 (0)