Fixed a bug in the complex use-site analysis.

This commit is contained in:
Vincent St-Amour 2010-07-28 19:06:23 -04:00
parent 4633a2a30a
commit 855928eb7b

View File

@ -148,8 +148,8 @@
#'#%variable-reference #'with-continuation-mark))
(look-at #'(expr ...))]
;; not used, safe to unbox
[_ #t]))
;; not used, not worth unboxing
[_ #f]))
;; of course, if the var is mutated, we can't do anything
(and (not (is-var-mutated? v))