compiler.tree.escape-analysis.allocations: simplify stack effect.

db4
John Benediktsson 2011-09-16 21:52:48 -07:00
parent c77611f07b
commit 499778d808
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ SYMBOL: value-classes
! - t -- not allocated in this procedure, can never be unboxed
SYMBOL: allocations
: (allocation) ( value -- value' allocations )
: (allocation) ( -- allocations )
allocations get ; inline
: allocation ( value -- allocation )