1.0.42.36: micro-optimize x86 assembly comparison VOPs
authorNathan Froyd <froydnj@cs.rice.edu>
Fri, 10 Sep 2010 23:06:09 +0000 (23:06 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Fri, 10 Sep 2010 23:06:09 +0000 (23:06 +0000)
commitf42c1323d7248a485260619059fb5f40092abe43
tree85c5d969cc615e4c2d7bbd7e77ac1bbb563130e4
parent2e511bb9091cfbb1a683fd1b6b31a7b2ca28c013
1.0.42.36: micro-optimize x86 assembly comparison VOPs

No need to load the address of the assembly routine into a temporary
register, as we do on x86-64.  We can jump to the address directly
with CALL.
src/assembly/x86/arith.lisp
version.lisp-expr