mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
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:
parent
0e5257eb91
commit
9a9bb4079f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue