1.0.45.19: more comprehensive CTOR optimization, part 2
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 11 Feb 2011 17:34:46 +0000 (17:34 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 11 Feb 2011 17:34:46 +0000 (17:34 +0000)
commit4cfe6b27c05507c6ffa52890eb1c0c1bbe321106
tree0053454cb38b605f909df9f50d2baabec0ccf5c6
parent793d5728f040ca8882c24a6f8ac51624a1f0d702
1.0.45.19: more comprehensive CTOR optimization, part 2

  Extend CTOR optimizations to cover classes with :AROUND
  methods on INITIALIZE-INSTANCE.

  Happily SBCL's CALL-NEXT-METHOD is implemented so that we can just
  stick a function in the list of next-methods instead of mucking
  about with MAKE-METHOD &co...
src/pcl/ctor.lisp
tests/ctor.impure.lisp
version.lisp-expr