Better calls to static functions on x86-64.
authorStas Boukarev <stassats@gmail.com>
Sun, 2 Jun 2013 17:14:15 +0000 (21:14 +0400)
committerStas Boukarev <stassats@gmail.com>
Sun, 2 Jun 2013 17:14:15 +0000 (21:14 +0400)
commit23e8ed407c99d1b26465acc0aa61c1c88cc81893
treeccb1aeb6950699ae50b697d042236efcb055ab3f
parentc8617f57d0413beb2890e94dabe227cef9c5ddad
Better calls to static functions on x86-64.

Encode the calls to static functions as an immediate argument to the
CALL instruction when possible.
NEWS
src/compiler/x86-64/macros.lisp
src/compiler/x86-64/static-fn.lisp