Skip to content

Commit

Permalink
Bump the revision of mmtk-core and ruby repos
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wks committed Oct 11, 2024
1 parent 6986a0f commit 7f5944f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions mmtk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mmtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
# Metadata for the Ruby repository
[package.metadata.ci-repos.ruby]
repo = "mmtk/ruby" # This is used by actions/checkout, so the format is "owner/repo", not URL.
rev = "c300b86a5260508a46348bd5d3a023a8271c6487"
rev = "8590762fa53459a8f20e26bd8dd19e1760618f6b"

[lib]
name = "mmtk_ruby"
Expand All @@ -37,7 +37,7 @@ features = ["is_mmtk_object", "object_pinning", "sticky_immix_non_moving_nursery

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

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

0 comments on commit 7f5944f

Please sign in to comment.