Micro-optimize calling assembly routines on x86oids.
authorStas Boukarev <stassats@gmail.com>
Wed, 4 Sep 2013 22:10:19 +0000 (02:10 +0400)
committerStas Boukarev <stassats@gmail.com>
Wed, 4 Sep 2013 22:10:19 +0000 (02:10 +0400)
commit5f0cfcf9095f2d8dbca4ddf703c580a36d5c3709
tree562110a66b01aeeff3e9f6621756f761caccbb56
parentaa7b669779e8e88349938ca962229f31ead08af2
Micro-optimize calling assembly routines on x86oids.

Do not check for multiple values in the :full-call return sequence, it
always returns just one value and CLC is issued before returning.
src/assembly/x86-64/arith.lisp
src/assembly/x86-64/support.lisp
src/assembly/x86/arith.lisp
src/assembly/x86/support.lisp