Skip to content
Snippets Groups Projects
Commit bb144c9d authored by Raymond Toy's avatar Raymond Toy
Browse files

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

parent 78388799
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment