compiler.tree.escape-analysis.allocations: simplify stack effect.
parent
c77611f07b
commit
499778d808
|
@ -19,7 +19,7 @@ SYMBOL: value-classes
|
||||||
! - t -- not allocated in this procedure, can never be unboxed
|
! - t -- not allocated in this procedure, can never be unboxed
|
||||||
SYMBOL: allocations
|
SYMBOL: allocations
|
||||||
|
|
||||||
: (allocation) ( value -- value' allocations )
|
: (allocation) ( -- allocations )
|
||||||
allocations get ; inline
|
allocations get ; inline
|
||||||
|
|
||||||
: allocation ( value -- allocation )
|
: allocation ( value -- allocation )
|
||||||
|
|
Loading…
Reference in New Issue