Increated extra-roots yet again

This commit is contained in:
Dmitry Boulytchev 2021-03-20 13:46:03 +03:00
parent f1384146cf
commit 8359b674f8
2 changed files with 2 additions and 2 deletions

View file

@ -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];

View file

@ -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"