Skip to content

Commit 005e280

Browse files
authored
enable small page (#116)
1 parent e1c38fe commit 005e280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
// pool allocator configuration options
8585

8686
// GC_SMALL_PAGE allocates objects in 4k pages
87-
// #define GC_SMALL_PAGE
87+
#define GC_SMALL_PAGE
8888

8989

9090
// method dispatch profiling --------------------------------------------------

0 commit comments

Comments
 (0)