try to make comparison faster in indexing code.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@837 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2003-06-06 13:16:40 +00:00
parent b936201465
commit d81fffeec9
7 changed files with 62 additions and 57 deletions

View File

@@ -111,8 +111,8 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
/* extern int gc_calls; */
vsc_count++;
if (vsc_count < 130000) return;
#ifdef COMMENTED
if (vsc_count < 130000) return;
return;
if (vsc_count == 133000LL) {
printf("Here I go\n");