library(system) plus several new support builtins
much improved garbage collector improvements to compiler yaptab compiles again git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@34 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
2
C/init.c
2
C/init.c
@@ -1015,6 +1015,7 @@ InitYaamRegs(void)
|
||||
BBREG = B_FZ = B_BASE;
|
||||
TR = TR_FZ = TR_BASE;
|
||||
#endif /* FROZEN_REGS */
|
||||
CreepFlag = CalculateStackGap();
|
||||
|
||||
}
|
||||
|
||||
@@ -1124,7 +1125,6 @@ InitStacks(int Heap,
|
||||
ReleaseAtom(AtomFoundVar);
|
||||
LookupAtomWithAddress("[]",&(SF_STORE->AtNil));
|
||||
LookupAtomWithAddress(".",&(SF_STORE->AtDot));
|
||||
CreepFlag = MinStackGap;
|
||||
PutValue(LookupAtom("$catch_counter"),
|
||||
MkIntTerm(0));
|
||||
/* InitAbsmi must be done before InitCodes */
|
||||
|
Reference in New Issue
Block a user