File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ once_cell = "1.10.0"
28
28
# - change branch
29
29
# - change repo name
30
30
# But other changes including adding/removing whitespaces in commented lines may break the CI.
31
- mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " e0273429f5239ab03407b4a93b52b21f45930d88 " }
31
+ mmtk = { git = " https://github.com/mmtk/mmtk-core.git" , rev = " 662c9015e59044f0114c8a69663055fac1212544 " }
32
32
# Uncomment the following to build locally
33
33
# mmtk = { path = "../repos/mmtk-core" }
34
34
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ struct ImmixAllocator {
55
55
uint8_t _align[7 ];
56
56
uint8_t line_opt_tag;
57
57
uintptr_t line_opt;
58
- uint8_t alloc_slow_for_stress;
59
58
};
60
59
61
60
struct MallocAllocator {
You can’t perform that action at this time.
0 commit comments