Disabling cyc-seq for now, since it breaks gcbench

Compiling with this seems to cause crashes (segfaults, etc) on the gcbench program.
This commit is contained in:
Justin Ethier 2017-08-01 18:08:12 -04:00
parent 0e5257eb91
commit 9a9bb4079f

View file

@ -1521,7 +1521,8 @@
(cond
;; If the lambda argument is not used, flag so the C code is
;; all generated within the same function
((and (> optimization-level 0)
((and #f
(> optimization-level 0)
(eq? (lambda-formals-type fn) 'args:fixed)
(pair? (lambda-formals->list fn))
(with-var