From 8359b674f808a37c270aaa0dd2d04468ea6be999 Mon Sep 17 00:00:00 2001 From: Dmitry Boulytchev Date: Sat, 20 Mar 2021 13:46:03 +0300 Subject: [PATCH] Increated extra-roots yet again --- runtime/runtime.c | 2 +- src/version.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/runtime.c b/runtime/runtime.c index 265619a8d..0595c8b5c 100644 --- a/runtime/runtime.c +++ b/runtime/runtime.c @@ -83,7 +83,7 @@ void __post_gc_subst () {} # define BOX(x) ((((int) (x)) << 1) | 0x0001) /* GC extra roots */ -#define MAX_EXTRA_ROOTS_NUMBER 17 +#define MAX_EXTRA_ROOTS_NUMBER 32 typedef struct { int current_free; void ** roots[MAX_EXTRA_ROOTS_NUMBER]; diff --git a/src/version.ml b/src/version.ml index b5f8ae982..16abf3cd7 100644 --- a/src/version.ml +++ b/src/version.ml @@ -1 +1 @@ -let version = "Version 1.10, d61049b15, Thu Feb 25 10:04:50 2021 +0300" +let version = "Version 1.10, f1384146c, Sun Mar 14 07:08:07 2021 +0300"