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)
 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>)


No differences found