From bd015b83eeeb05a432c12c37350a679246ee3c3f Mon Sep 17 00:00:00 2001 From: vsc Date: Thu, 19 Oct 2006 15:09:03 +0000 Subject: [PATCH] fix avl stuff and all/3 stuff git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1707 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/tracer.c | 7 ------- changes-5.1.html | 4 +++- docs/yap.tex | 8 +++++++- library/avl.yap | 3 +++ pl/setof.yap | 1 + 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/C/tracer.c b/C/tracer.c index f2a70a169..0c2c9c9bf 100644 --- a/C/tracer.c +++ b/C/tracer.c @@ -161,13 +161,6 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args) LOCK(Yap_heap_regs->low_level_trace_lock); sc = Yap_heap_regs; vsc_count++; - if (B->cp_tr < B->cp_b->cp_tr || TR < B->cp_tr) - fprintf(stderr,"Here we go %lld\n", vsc_count); - if (vsc_count < 13600) - { - UNLOCK(Yap_heap_regs->low_level_trace_lock); - return; - } #ifdef COMMENTED if (worker_id != 04 || worker_id != 03) return; // if (vsc_count == 218280) diff --git a/changes-5.1.html b/changes-5.1.html index 8d531e6fd..ceaac5273 100644 --- a/changes-5.1.html +++ b/changes-5.1.html @@ -16,7 +16,9 @@

Yap-5.1.2: