1.0.45.18: more comprehensive CTOR optimization
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 11 Feb 2011 17:30:50 +0000 (17:30 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 11 Feb 2011 17:30:50 +0000 (17:30 +0000)
commit793d5728f040ca8882c24a6f8ac51624a1f0d702
tree0ff63e1493e01d18229673324872c6f2961f1e90
parentca8135a6852cde2206ce9bdaa9b9d57f3b047f4e
1.0.45.18: more comprehensive CTOR optimization

  Allows using optimized constructors in the presence of (SETF
  SLOT-VALUE-USING-CLASS) and SLOT-BOUNDP-USING-CLASS methods.

  Simply generate calls to appropriate generic functions
  instead of using CLOS-SLOTS-REF directly.
src/pcl/ctor.lisp
version.lisp-expr