File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
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 = " 0ededb3efad9d07d45844712aa46a8d402a8c73f " }
23
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " a08d13d7213a569d82d44b0107734861af9a3ad4 " }
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 @@ -54,6 +54,7 @@ struct ImmixAllocator {
54
54
uint8_t _align[7 ];
55
55
uint8_t line_opt_tag;
56
56
uintptr_t line_opt;
57
+ uint8_t alloc_slow_for_stress;
57
58
};
58
59
59
60
struct MallocAllocator {
You can’t perform that action at this time.
0 commit comments