0.9.10.3: Faster function calls via constant symbols
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 27 Feb 2006 11:07:31 +0000 (11:07 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 27 Feb 2006 11:07:31 +0000 (11:07 +0000)
commit4e0ff6bb79908436adea8375d4eea46d10079cec
treea9025fc27a2fc8fa010f0c145c3f990b3e846ca4
parent99df968112602d07a4b91492ab45367df27ee8ac
0.9.10.3: Faster function calls via constant symbols
 * Compile (FUNCALL 'FOO) as (FUNCALL (SB-C::GLOBAL-FUNCTION FOO))
    which is like (FUNCALL (FUNCTION FOO)) except that inline
    functions are not expanded and the lexical functions are ignored.
NEWS
src/compiler/ir1-translators.lisp
src/compiler/ir1tran.lisp
tests/compiler.impure.lisp
version.lisp-expr