1.0.47.13: extend LVAR-FUN-IS to constant functions and function names
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Apr 2011 13:02:02 +0000 (13:02 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Apr 2011 13:02:02 +0000 (13:02 +0000)
commitc02501b9bbd01f1c0c0e896dc5cdb7657a77e4a7
treef51a540b438caa215177e60cc903cbdb16719c2e
parent7a5b7991c107edab3c79ec1fb88c649090b6f25b
1.0.47.13: extend LVAR-FUN-IS to constant functions and function names

  Allows optizing eg. (MEMBER X Y :TEST 'EQ) unlike the previous one.

  Additionally make the code work like the comment says, and return
  true only if the function is not NOTINLINE.
src/compiler/ir1util.lisp
tests/compiler.pure.lisp
version.lisp-expr