Merge branch 'master' of git://factorcode.org/git/factor
commit
71652d2826
|
@ -96,10 +96,7 @@ HOOK: reserved-area-size os ( -- n )
|
||||||
! frame, 8 bytes in size. This is in the param-save area so it
|
! frame, 8 bytes in size. This is in the param-save area so it
|
||||||
! does not overlap with spill slots.
|
! does not overlap with spill slots.
|
||||||
: scratch@ ( n -- offset )
|
: scratch@ ( n -- offset )
|
||||||
stack-frame get total-size>>
|
factor-area-size + ;
|
||||||
factor-area-size -
|
|
||||||
param-save-size -
|
|
||||||
+ ;
|
|
||||||
|
|
||||||
! GC root area
|
! GC root area
|
||||||
: gc-root@ ( n -- offset )
|
: gc-root@ ( n -- offset )
|
||||||
|
|
Loading…
Reference in New Issue