1.0.14.26: tweak COND slightly
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 8 Feb 2008 14:16:11 +0000 (14:16 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 8 Feb 2008 14:16:11 +0000 (14:16 +0000)
commit3975b8496884b7f3672ef6772a957123568466d1
tree4f09be48d45c51273f039264047121dffc491b38
parent44a9952f4d2b8146baff65bb4a8d1f898cb191eb
1.0.14.26: tweak COND slightly

 * Don't expand into a final (COND), but directly to NIL (easier to
   read macroexpansion.)

 * Check for the common case of final T, so that the last clause can be
   unconditional instead of generating redundant IF.
src/code/defboot.lisp
tests/walk.impure.lisp
version.lisp-expr