Skip to content

Commit 9159fa1

Browse files
committed
Make MMTk regocnize pointers to object ends as internal pointers
1 parent 6d97e15 commit 9159fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy_static = "1.1"
2727
# - change branch
2828
# - change repo name
2929
# But other changes including adding/removing whitespaces in commented lines may break the CI
30-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "ceea8cf9e4aca52220c674b8a95b4bc5ae0adcae" }
30+
mmtk = { git = "https://github.com/qinsoon/mmtk-core.git", rev = "cc630f0abd524c3c10dab79c58ee4589bc4b67e8" }
3131
# Uncomment the following to build locally
3232
# mmtk = { path = "../../mmtk-core" }
3333
log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"] }
@@ -42,7 +42,7 @@ json = "0.12.4"
4242

4343
[features]
4444
# We must build with default features
45-
default = ["mmtk/vm_space", "julia_copy_stack", "mmtk/object_pinning", "mmtk/is_mmtk_object", "mmtk/vo_bit_access", "address_based_hashing"]#, "heap_dump"]#, "dump_memory_stats"]
45+
default = ["mmtk/vm_space", "julia_copy_stack", "mmtk/object_pinning", "mmtk/is_mmtk_object", "mmtk/vo_bit_access", "address_based_hashing", "mmtk/object-end-internal-pointer"]#, "heap_dump"]#, "dump_memory_stats"]
4646

4747
# Default features
4848
julia_copy_stack = []

0 commit comments

Comments
 (0)