Possible TODO

This commit is contained in:
Justin Ethier 2017-08-02 13:07:52 +00:00
parent 69a54ecb6a
commit 8684c93e20

View file

@ -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