Fixed a bug in the complex use-site analysis.
original commit: 855928eb7b446d7c7eb741afe8f3a6e632f95141
This commit is contained in:
parent
425ec70787
commit
a2e41f4588
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user