Commit bb144c9d authored by Raymond Toy's avatar Raymond Toy
Browse files

Micro-optimization for move-from-signed, eliminating one inst.

parent 78388799
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -260,8 +260,7 @@
      ;; Frode Vatvedt Fjeld: (zerop (logand #b110 (1+ temp)))
      (inst srln temp x positive-fixnum-bits)
      (inst add temp 1)
      (inst and temp #b110)
      (inst cmp temp)
      (inst andcc temp #b110)
      (inst b :eq done)
      (inst slln y x fixnum-tag-bits)