Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18919/src/mal

Modified Files:
      Tag: MonetDB_5-4
        mal_interpreter.mx 
Log Message:
incase of GDKdebug we run with the slow interpreter, which does prop checking.


Index: mal_interpreter.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_interpreter.mx,v
retrieving revision 1.209
retrieving revision 1.209.2.1
diff -u -d -r1.209 -r1.209.2.1
--- mal_interpreter.mx  11 Jan 2008 10:41:32 -0000      1.209
+++ mal_interpreter.mx  8 Feb 2008 15:23:19 -0000       1.209.2.1
@@ -462,7 +462,7 @@
 Preferrably we should introduce a itrace flag PROFILE
 We rely on optimizing compilers to remove the redundant code.
 @c
-       if( malProfileMode == 0 && cntxt->itrace==0){
+       if( malProfileMode == 0 && cntxt->itrace==0 && cntxt->flags == 0 && 
GDKdebug == 0){
                while(stkpc < mb->stop && stkpc != stoppc ){
                        pci = getInstrPtr(mb,stkpc);
                        if( malProfileMode + cntxt->itrace)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to