Skip to content

Commit dfd6587

Browse files
committed
Update ruby and mmtk-core repos revisions
The Ruby upstream removed the `v1`, `v2` and `v3` arguments from the `newobj_of` function, so it is no longer `newobj_of`'s responsibility to initialize those fields. We made changes accordingly. `rb_imemo_tmpbuf_auto_free_pointer` was also removed in favor for `rb_imemo_tmpbuf_new`.
1 parent bc8b63a commit dfd6587

2 files changed

Lines changed: 29 additions & 19 deletions

File tree

mmtk/Cargo.lock

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

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = "ef153615d115edf196c0df2029e4340468276372"
40+
rev = "27b4521ca73c2addbafe7ccf374c607d61f3ba51"
4141

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

0 commit comments

Comments
 (0)