1.0.2.15: Cache the results of BLOCK-PHYSENV during lifetime analysis
authorJuho Snellman <jsnell@iki.fi>
Tue, 6 Feb 2007 05:51:30 +0000 (05:51 +0000)
committerJuho Snellman <jsnell@iki.fi>
Tue, 6 Feb 2007 05:51:30 +0000 (05:51 +0000)
commit7962329e3786bf087efd36b954d51cde9cc79990
tree76290e637e7dba17b0f8e11644cdba04ac77bdf7
parent9d27bae19cb40b691d1ce8290b1a66e8ff67ba52
1.0.2.15: Cache the results of BLOCK-PHYSENV during lifetime analysis

* Fetching the home-lambda of a block (needed in
          BLOCK-PHYSENV) can be an expensive operation under some
          circumstances, and it needs to be done a lot during lifetime
          analysis when compiling with high DEBUG (e.g. 30% of the
          total compilation time for CL-PPCRE with DEBUG 3 just for
          that).
src/compiler/life.lisp
version.lisp-expr