yap_flag(gc_trace,very_verbose).
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@333 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
1
C/init.c
1
C/init.c
@@ -909,6 +909,7 @@ InitCodes(void)
|
||||
heap_regs->atom_gc_margin = LookupAtom("$gc_margin");
|
||||
heap_regs->atom_gc_trace = LookupAtom("$gc_trace");
|
||||
heap_regs->atom_gc_verbose = LookupAtom("$gc_verbose");
|
||||
heap_regs->atom_gc_very_verbose = LookupAtom("$gc_very_verbose");
|
||||
AtomGVar = LookupAtom("var");
|
||||
heap_regs->atom_global = LookupAtom("global_sp");
|
||||
heap_regs->atom_heap_used = LookupAtom("heapused");
|
||||
|
Reference in New Issue
Block a user