Changeset: 48881c45a640 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=48881c45a640
Modified Files:
        MonetDB5/src/mal/mal_interpreter.mx
Branch: default
Log Message:

Don't ignore the same instruction too often.


diffs (11 lines):

diff -r 967528656691 -r 48881c45a640 MonetDB5/src/mal/mal_interpreter.mx
--- a/MonetDB5/src/mal/mal_interpreter.mx       Fri May 14 12:42:40 2010 +0200
+++ b/MonetDB5/src/mal/mal_interpreter.mx       Fri May 14 13:28:56 2010 +0200
@@ -1118,6 +1118,7 @@
                if ( fs == oldfs){
                        MT_sleep_ms(10); 
                        q_requeue(task->todo,fs);
+                       oldfs = 0;      /* don't escape it always */
                        continue;
                }
                oldfs = fs;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to