From 6a590f77c8bbda43c5f784daa684909b0fa5d679 Mon Sep 17 00:00:00 2001 From: vsc Date: Wed, 5 Jan 2005 05:35:01 +0000 Subject: [PATCH] get rid of debugging stub. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1226 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/cdmgr.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/C/cdmgr.c b/C/cdmgr.c index bc8de7847..8576670bb 100644 --- a/C/cdmgr.c +++ b/C/cdmgr.c @@ -11,8 +11,13 @@ * File: cdmgr.c * * comments: Code manager * * * -* Last rev: $Date: 2005-01-04 02:50:21 $,$Author: vsc $ * +* Last rev: $Date: 2005-01-05 05:35:01 $,$Author: vsc $ * * $Log: not supported by cvs2svn $ +* Revision 1.148 2005/01/04 02:50:21 vsc +* - allow MegaClauses with blobs +* - change Diffs to be thread specific +* - include Christian's updates +* * Revision 1.147 2004/12/28 22:20:35 vsc * some extra bug fixes for trail overflows: some cannot be recovered that easily, * some can. @@ -390,10 +395,6 @@ Yap_BuildMegaClause(PredEntry *ap) has_blobs |= (cl->ClFlags & HasBlobsMask); cl = cl->ClNext; } - if (ap->cs.p_code.NOfClauses > 1000000) { - extern long long int vsc_count; - vsc_count++; - } /* ok, we got the chance for a mega clause */ if (has_blobs) { sz -= sizeof(StaticClause);