mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 22:59:16 +02:00
Disabling SEXP_USE_TAIL_JUMPS optimization by default.
This commit is contained in:
parent
6eafdd1bb4
commit
31db161dcd
1 changed files with 3 additions and 1 deletions
|
@ -481,8 +481,10 @@
|
|||
#define SEXP_DEFAULT_FOLD_CASE_SYMS 0
|
||||
#endif
|
||||
|
||||
/* experimental optimization to use jumps instead of the TAIL-CALL opcode */
|
||||
#ifndef SEXP_USE_TAIL_JUMPS
|
||||
#define SEXP_USE_TAIL_JUMPS ! SEXP_USE_NO_FEATURES
|
||||
/* #define SEXP_USE_TAIL_JUMPS ! SEXP_USE_NO_FEATURES */
|
||||
#define SEXP_USE_TAIL_JUMPS 0
|
||||
#endif
|
||||
|
||||
#ifndef SEXP_USE_RESERVE_OPCODE
|
||||
|
|
Loading…
Add table
Reference in a new issue