Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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 @@ -36,8 +36,8 @@ probe = "0.5"
features = ["vo_bit", "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 = "1541ec7b0dac8d72332a8ff8df1ff74885d20d03"
git = "https://github.com/qinsoon/mmtk-core.git"
rev = "0d591e81380717a957c80fa76a81863d9d2be260"

# Uncomment the following line to use mmtk-core from a local repository.
#path = "../../mmtk-core"
Expand Down
2 changes: 1 addition & 1 deletion mmtk/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ pub extern "C" fn mmtk_get_vo_bit_log_region_size() -> usize {

#[no_mangle]
pub extern "C" fn mmtk_get_vo_bit_base() -> usize {
mmtk::util::metadata::side_metadata::VO_BIT_SIDE_METADATA_ADDR.as_usize()
mmtk::util::metadata::side_metadata::vo_bit_side_metadata_addr().as_usize()
}

#[no_mangle]
Expand Down
Loading