wenzelm [Mon, 27 Jul 2009 15:53:43 +0200] rev 32226
tuned tracing;
wenzelm [Mon, 27 Jul 2009 15:30:21 +0200] rev 32225
cancel: improved reactivity due to more careful broadcasting;
internal broadcast_all;
wenzelm [Mon, 27 Jul 2009 15:06:33 +0200] rev 32224
dequeue_towards: always return active tasks;
join_work: imitate worker more closely, keep active if queue appears to be blocked for the moment -- it may become free again after some worker_finished event;
wenzelm [Mon, 27 Jul 2009 13:32:29 +0200] rev 32223
merged
wenzelm [Mon, 27 Jul 2009 13:32:23 +0200] rev 32222
removed unused low-level interrupts;
wenzelm [Mon, 27 Jul 2009 12:24:27 +0200] rev 32221
tuned signature;
wenzelm [Mon, 27 Jul 2009 12:16:58 +0200] rev 32220
tuned;
wenzelm [Mon, 27 Jul 2009 12:11:18 +0200] rev 32219
more specific conditions: scheduler_event, work_available, work_finished -- considereably reduces overhead with many threads;
more specific signal vs. broadcast;
execute/finish: more careful notification based on minimal/maximal status;
tuned shutdown;
wenzelm [Mon, 27 Jul 2009 12:00:02 +0200] rev 32218
enqueue/finish: return minimal/maximal state of this task;
haftmann [Mon, 27 Jul 2009 09:01:13 +0200] rev 32217
NEWS