Small cleanup to DEFINE-BYTE-BASHERS
authorLutz Euler <lutz.euler@freenet.de>
Tue, 30 Aug 2011 22:40:10 +0000 (18:40 -0400)
committerPaul Khuong <pvk@pvk.ca>
Tue, 30 Aug 2011 22:40:10 +0000 (18:40 -0400)
commit5ba61168c5e0ee518580d555dfc7fd64f9ff8a23
tree72d20a1d13e9bda224013d82779328a221f9c0ff
parentc1e345e98495ed2359dad1a1978851b353a15ca8
Small cleanup to DEFINE-BYTE-BASHERS

Remove an unneeded SETF of the result of an INCF in a copy loop.
At least on x86[-64] this shortens the generated code in the byte
basher functions by removing a redundant move instruction.
src/code/bit-bash.lisp