From 499778d808cdc4dfe01edfbeb1a2ac8e7aa0f70c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 16 Sep 2011 21:52:48 -0700 Subject: [PATCH] compiler.tree.escape-analysis.allocations: simplify stack effect. --- .../tree/escape-analysis/allocations/allocations.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/compiler/tree/escape-analysis/allocations/allocations.factor b/basis/compiler/tree/escape-analysis/allocations/allocations.factor index 015b6ad626..2f9aecead5 100644 --- a/basis/compiler/tree/escape-analysis/allocations/allocations.factor +++ b/basis/compiler/tree/escape-analysis/allocations/allocations.factor @@ -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 )