Restore commented out code.

This commit is contained in:
Stas Boukarev 2019-11-10 17:56:12 +03:00
parent 3a1a19c526
commit bf5f0c8d80

View file

@ -3490,7 +3490,7 @@
((same-leaf-ref-p x y) t)
((not (types-equal-or-intersect (lvar-type x) (lvar-type y)))
nil)
;#+(vop-translates sb-kernel:%instance-ref-eq)
#+(vop-translates sb-kernel:%instance-ref-eq)
;; Reduce (eq (%instance-ref x i) Y) to 1 instruction
;; if possible, but do not defer the memory load unless doing
;; so can have no effect, i.e. Y is a constant or provably not