make options -T -L -G work as SWI: they impose a maximum size limit
This commit is contained in:
@@ -74,12 +74,21 @@ typedef struct {
|
||||
char *SavedState;
|
||||
/* if NON-0, minimal size for Heap or Code Area */
|
||||
unsigned long int HeapSize;
|
||||
/* if NON-0, maximal size for Heap or Code Area */
|
||||
unsigned long int MaxHeapSize;
|
||||
/* if NON-0, minimal size for Local+Global Stack */
|
||||
unsigned long int StackSize;
|
||||
/* if NON-0, maximal size for Local+Global Stack */
|
||||
unsigned long int MaxStackSize;
|
||||
unsigned long int MaxGlobalSize;
|
||||
/* if NON-0, minimal size for Trail */
|
||||
unsigned long int TrailSize;
|
||||
/* if NON-0, maximal size for Trail */
|
||||
unsigned long int MaxTrailSize;
|
||||
/* if NON-0, minimal size for AttributeVarStack */
|
||||
unsigned long int AttsSize;
|
||||
/* if NON-0, maximal size for AttributeVarStack */
|
||||
unsigned long int MaxAttsSize;
|
||||
/* if NON-NULL, value for YAPLIBDIR */
|
||||
char *YapLibDir;
|
||||
/* if NON-NULL, name for a Prolog file to use when booting */
|
||||
|
Reference in New Issue
Block a user