mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
Still chasing OpenBSD issue. Add heap dump. Looks like a GC fault.
This commit is contained in:
parent
13241fabba
commit
a377c7c3bf
3 changed files with 92 additions and 24 deletions
|
|
@ -80,7 +80,7 @@ MODULE Heap;
|
|||
firstTry: BOOLEAN;
|
||||
|
||||
(* extensible heap *)
|
||||
heap: S.ADDRESS; (* the sorted list of heap chunks *)
|
||||
heap-: S.ADDRESS; (* the sorted list of heap chunks *)
|
||||
heapNegMin: S.ADDRESS; (* Range of pointer values, used for stack collection *)
|
||||
heapNegMax: S.ADDRESS;
|
||||
heapPosMin: S.ADDRESS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue