Skip to content

Commit 443a668

Browse files
committed
Update mmtk-core and ruby repos rev
Merged the ruby repo with the upstream master branch. Also fixed the list of obj_free candidates list. Particularly, imemo_callinfo should have been an obj_free candidate.
1 parent 47afae0 commit 443a668

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

mmtk/Cargo.lock

+34-34
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 = "860425735be25f087fbb672cdaed06c6f26a2228"
15+
rev = "abce8f049f6eb231f8a605d576a16e1fff8ae86f"
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 = "8640ab89f43f33af99e61b9ec8ff2164ed2cfab7"
40+
rev = "e8ff7c63754a385047c4f1066af37a7b7ca1cd9d"
4141

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

0 commit comments

Comments
 (0)