first cut at call counter.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@580 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
1
C/init.c
1
C/init.c
@@ -852,6 +852,7 @@ InitCodes(void)
|
||||
}
|
||||
heap_regs->consultcapacity = InitialConsultCapacity;
|
||||
heap_regs->profiling = FALSE;
|
||||
heap_regs->call_counting = FALSE;
|
||||
heap_regs->update_mode = 0;
|
||||
heap_regs->consultbase = heap_regs->consultsp =
|
||||
heap_regs->consultlow + heap_regs->consultcapacity;
|
||||
|
Reference in New Issue
Block a user