1.0.42.37: use more NAMED-LAMBDAs in PCL generated code
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 13 Sep 2010 11:04:00 +0000 (11:04 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 13 Sep 2010 11:04:00 +0000 (11:04 +0000)
commit6a5462ff3cc3006e9b29a59c8424e81a279320c9
treeda9c09a1de4adfc13c7427ce04d19388c9f6d6eb
parentf42c1323d7248a485260619059fb5f40092abe43
1.0.42.37: use more NAMED-LAMBDAs in PCL generated code

 Previously backtraces and profiles showed eg.

   (LAMBDA (.ARG0. .ARG1. .ARG2.))

 for effective method functions, and

   (LAMBDA (VALUE))

 for slot typechecking functions.

 Use NAMED-LAMBDA to name these sensibly:

  (DFUN <generic-function-name>)

  (SLOT-TYPECHECK <class-name> <slot-name>)
NEWS
src/pcl/combin.lisp
src/pcl/compiler-support.lisp
src/pcl/defclass.lisp
src/pcl/gray-streams.lisp
tests/debug.impure.lisp
version.lisp-expr