Temporarily disabling unboxed locals optimization which may be causing a GC bug.

This commit is contained in:
Alex Shinn 2011-12-11 21:09:08 +09:00
parent 88c283a820
commit 7d4a3ccde4

View file

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