File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ lazy_static = "1.1"
20
20
# - change branch
21
21
# - change repo name
22
22
# But other changes including adding/removing whitespaces in commented lines may break the CI.
23
- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 4bd6ca82ad037dac97920bf3a1408e4912a6bf04 " }
23
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 4813a2bfc5322c526dc56e9f8acb418dbb7ce7e6 " }
24
24
# Uncomment the following to build locally
25
25
# mmtk = { path = "../repos/mmtk-core" }
26
26
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ struct RustDynPtr {
19
19
};
20
20
21
21
// These constants should match the constants defind in mmtk::util::alloc::allocators
22
- const int MAX_BUMP_ALLOCATORS = 5 ;
23
- const int MAX_LARGE_OBJECT_ALLOCATORS = 1 ;
22
+ const int MAX_BUMP_ALLOCATORS = 6 ;
23
+ const int MAX_LARGE_OBJECT_ALLOCATORS = 2 ;
24
24
const int MAX_MALLOC_ALLOCATORS = 1 ;
25
25
const int MAX_IMMIX_ALLOCATORS = 1 ;
26
26
const int MAX_MARK_COMPACT_ALLOCATORS = 1 ;
You can’t perform that action at this time.
0 commit comments