]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.tree.escape-analysis.allocations: simplify stack effect.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 17 Sep 2011 04:52:48 +0000 (21:52 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 17 Sep 2011 15:14:13 +0000 (08:14 -0700)
basis/compiler/tree/escape-analysis/allocations/allocations.factor

index 015b6ad626ac3d0cc70c6287814b769c76ecf65f..2f9aecead5c5bf505df52eb5008405485fd163ac 100644 (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 )