0.9.8.3:
authorJuho Snellman <jsnell@iki.fi>
Wed, 28 Dec 2005 22:37:14 +0000 (22:37 +0000)
committerJuho Snellman <jsnell@iki.fi>
Wed, 28 Dec 2005 22:37:14 +0000 (22:37 +0000)
commit3ceaa081c90a970f6779e02bed659835a202772c
treeff012828b269afaeb20000793d4739d161704439
parentb34a3535ed7950a17e5dfe940285dcc10a814cb6
0.9.8.3:
Make EQUAL faster (about 50% improvement for short lists on x86-64).
        As amazing as it might seem, there are actually real-world
        applications where significant time is spent in EQUAL.

        * Inline EQL in EQUAL
        * Rearrange things a bit to enable the inlining
        * Rewrite EQUAL to use a local helper function
NEWS
package-data-list.lisp-expr
src/code/numbers.lisp
src/code/pred.lisp
version.lisp-expr