Skip to content

Commit

Permalink
Bump mmtk-core
Browse files Browse the repository at this point in the history
mmtk/mmtk-core#1261 fixes an issue where the following
script causes a Rust panic:

    GC.disable
    10_000.times { Object.new }
    puts GC.stat
  • Loading branch information
peterzhu2118 committed Jan 15, 2025
1 parent 836a905 commit 6191ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gc/mmtk/Cargo.lock

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

2 changes: 1 addition & 1 deletion gc/mmtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 = "68bf1b638263b250b12e55ef25bf8d09b01ca0b0"
rev = "2f6f078b6fd7bdc23688ead55a055d825a23b863"

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

0 comments on commit 6191ee9

Please sign in to comment.