turn off over-agressive sfs clearing
svn: r8603
This commit is contained in:
parent
7ba3c6d79b
commit
bae5ca3d59
|
@ -3250,7 +3250,7 @@ Scheme_Object *scheme_optimize_shift(Scheme_Object *expr, int delta, int after_d
|
||||||
/*========================================================================*/
|
/*========================================================================*/
|
||||||
|
|
||||||
/* For debugging and measuring the worst-case cost of sfs clears: */
|
/* For debugging and measuring the worst-case cost of sfs clears: */
|
||||||
#define MAX_SFS_CLEARING 1
|
#define MAX_SFS_CLEARING 0
|
||||||
|
|
||||||
#define SFS_LOG(x) /* nothing */
|
#define SFS_LOG(x) /* nothing */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user