mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Restore commented out code.
This commit is contained in:
parent
3a1a19c526
commit
bf5f0c8d80
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue