Skip to content

Commit

Permalink
Change default plan to Immix
Browse files Browse the repository at this point in the history
  • Loading branch information
wks committed Oct 9, 2023
1 parent 02c602a commit 1eafa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/mmtk_support.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "ruby/ruby.h"
#include "internal/mmtk.h"

#define MMTK_DEFAULT_PLAN "MarkSweep"
#define MMTK_DEFAULT_PLAN "Immix"

#define MMTK_ALLOCATION_SEMANTICS_DEFAULT 0
#define MMTK_ALLOCATION_SEMANTICS_LOS 1
Expand Down

0 comments on commit 1eafa4c

Please sign in to comment.