mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Possible TODO
This commit is contained in:
parent
69a54ecb6a
commit
8684c93e20
1 changed files with 1 additions and 0 deletions
|
@ -1533,6 +1533,7 @@
|
|||
(lambda (x)
|
||||
(or (not (pair? x)) ;; Should never happen
|
||||
(and (prim-call? x)
|
||||
;; TODO: necessary for gcbench stability??? (not (prim:mutates? (car x)))
|
||||
(not (prim:cont? (car x))))))
|
||||
args))
|
||||
`(Cyc-seq
|
||||
|
|
Loading…
Add table
Reference in a new issue