DBG-REDUCE now stored %stack-closure-ref (and also %read-closure-ref)
authorStephen Adams <edu/mit/csail/zurich/adams>
Fri, 4 Aug 1995 19:48:50 +0000 (19:48 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Fri, 4 Aug 1995 19:48:50 +0000 (19:48 +0000)
commit1271aacdc1e6c2d2b4d77499796f999707b6848c
treef0874449f2552b997a990a6bfa4f7cc983766d13
parent82c01598dd712f1dbfb3b0fd99f813043fd9fe83
DBG-REDUCE now stored %stack-closure-ref (and also %read-closure-ref)
expressions in a compact form as this is the dominant expression kind.

CLOSCONV generates these expressions directly, and DBG-INFO/REMEMBER
converts others.  STACKOPT is modified to update the stack frame
ordering and INDEXIFY leaves them alone (the call to vectro-index
occurs in DBG info generation).
v8/src/compiler/midend/closconv.scm
v8/src/compiler/midend/dbgred.scm
v8/src/compiler/midend/indexify.scm
v8/src/compiler/midend/stackopt.scm