Skip to content

Commit 08a7160

Browse files
qinsoonmmtkgc-bot
andauthored
Update to MMTk core PR #1308 (#238)
Co-authored-by: mmtkgc-bot <[email protected]>
1 parent 30ac651 commit 08a7160

File tree

4 files changed

+140
-67
lines changed

4 files changed

+140
-67
lines changed

mmtk/Cargo.lock

Lines changed: 109 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "42a434bf2280b0a9e10439cc7061a0f07af83d71" }
30+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "c5ead72a87bcc8cc49b5e7a62cf71d848b4b4c9b" }
3131
# Uncomment the following to build locally
3232
# mmtk = { path = "../repos/mmtk-core" }
3333
log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"] }

mmtk/api/mmtkMutator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typedef struct {
2121
#define MAX_BUMP_ALLOCATORS 6
2222
#define MAX_LARGE_OBJECT_ALLOCATORS 2
2323
#define MAX_MALLOC_ALLOCATORS 1
24-
#define MAX_IMMIX_ALLOCATORS 1
24+
#define MAX_IMMIX_ALLOCATORS 2
2525
#define MAX_FREE_LIST_ALLOCATORS 2
2626
#define MAX_MARK_COMPACT_ALLOCATORS 1
2727

0 commit comments

Comments
 (0)