mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 06:09:18 +02:00
Temporarily disabling unboxed locals optimization which may be causing a GC bug.
This commit is contained in:
parent
88c283a820
commit
7d4a3ccde4
1 changed files with 3 additions and 1 deletions
|
@ -465,8 +465,10 @@
|
||||||
#define SEXP_USE_RESERVE_OPCODE SEXP_USE_TAIL_JUMPS
|
#define SEXP_USE_RESERVE_OPCODE SEXP_USE_TAIL_JUMPS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* experimental optimization to avoid boxing locals which aren't set! */
|
||||||
#ifndef SEXP_USE_UNBOXED_LOCALS
|
#ifndef SEXP_USE_UNBOXED_LOCALS
|
||||||
#define SEXP_USE_UNBOXED_LOCALS ! SEXP_USE_NO_FEATURES
|
/* #define SEXP_USE_UNBOXED_LOCALS ! SEXP_USE_NO_FEATURES */
|
||||||
|
#define SEXP_USE_UNBOXED_LOCALS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SEXP_USE_DEBUG_VM
|
#ifndef SEXP_USE_DEBUG_VM
|
||||||
|
|
Loading…
Add table
Reference in a new issue