Tue, 28 Jul 2009 00:27:58 +0200 proper header;
wenzelm [Tue, 28 Jul 2009 00:27:58 +0200] rev 32233
proper header; proper structure; tuned white space;
Mon, 27 Jul 2009 23:17:40 +0200 proper context for SAT tactics;
wenzelm [Mon, 27 Jul 2009 23:17:40 +0200] rev 32232
proper context for SAT tactics; eliminated METAHYPS; tuned signatures;
Mon, 27 Jul 2009 20:45:40 +0200 moved METAHYPS to old_goals.ML (cf. SUBPROOF and FOCUS in subgoal.ML for properly localized versions of the same idea);
wenzelm [Mon, 27 Jul 2009 20:45:40 +0200] rev 32231
moved METAHYPS to old_goals.ML (cf. SUBPROOF and FOCUS in subgoal.ML for properly localized versions of the same idea);
Mon, 27 Jul 2009 17:36:30 +0200 interruptible: Thread.testInterrupt before changing thread attributes;
wenzelm [Mon, 27 Jul 2009 17:36:30 +0200] rev 32230
interruptible: Thread.testInterrupt before changing thread attributes;
Mon, 27 Jul 2009 17:12:19 +0200 wait: absorb spurious interrupts;
wenzelm [Mon, 27 Jul 2009 17:12:19 +0200] rev 32229
wait: absorb spurious interrupts; replaced wait_timeout by explicit wait_interruptible;
Mon, 27 Jul 2009 16:53:28 +0200 scheduler: shutdown spontaneously (after some delay) if queue is empty;
wenzelm [Mon, 27 Jul 2009 16:53:28 +0200] rev 32228
scheduler: shutdown spontaneously (after some delay) if queue is empty; scheduler_check: critical, only performed after fork/enqueue; shutdown: passively wait for termination;
Mon, 27 Jul 2009 16:08:41 +0200 join_next: do not yield, even if overloaded, to minimize "running" tasks;
wenzelm [Mon, 27 Jul 2009 16:08:41 +0200] rev 32227
join_next: do not yield, even if overloaded, to minimize "running" tasks;
Mon, 27 Jul 2009 15:53:43 +0200 tuned tracing;
wenzelm [Mon, 27 Jul 2009 15:53:43 +0200] rev 32226
tuned tracing;
Mon, 27 Jul 2009 15:30:21 +0200 cancel: improved reactivity due to more careful broadcasting;
wenzelm [Mon, 27 Jul 2009 15:30:21 +0200] rev 32225
cancel: improved reactivity due to more careful broadcasting; internal broadcast_all;
Mon, 27 Jul 2009 15:06:33 +0200 dequeue_towards: always return active tasks;
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;
Mon, 27 Jul 2009 13:32:29 +0200 merged
wenzelm [Mon, 27 Jul 2009 13:32:29 +0200] rev 32223
merged
Mon, 27 Jul 2009 13:32:23 +0200 removed unused low-level interrupts;
wenzelm [Mon, 27 Jul 2009 13:32:23 +0200] rev 32222
removed unused low-level interrupts;
Mon, 27 Jul 2009 12:24:27 +0200 tuned signature;
wenzelm [Mon, 27 Jul 2009 12:24:27 +0200] rev 32221
tuned signature;
Mon, 27 Jul 2009 12:16:58 +0200 tuned;
wenzelm [Mon, 27 Jul 2009 12:16:58 +0200] rev 32220
tuned;
Mon, 27 Jul 2009 12:11:18 +0200 more specific conditions: scheduler_event, work_available, work_finished -- considereably reduces overhead with many threads;
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;
Mon, 27 Jul 2009 12:00:02 +0200 enqueue/finish: return minimal/maximal state of this task;
wenzelm [Mon, 27 Jul 2009 12:00:02 +0200] rev 32218
enqueue/finish: return minimal/maximal state of this task;
Mon, 27 Jul 2009 09:01:13 +0200 NEWS
haftmann [Mon, 27 Jul 2009 09:01:13 +0200] rev 32217
NEWS
Sun, 26 Jul 2009 22:33:32 +0200 tacticals FOCUS and FOCUS_PARAMS;
wenzelm [Sun, 26 Jul 2009 22:33:32 +0200] rev 32216
tacticals FOCUS and FOCUS_PARAMS;
Sun, 26 Jul 2009 22:28:31 +0200 replaced old METAHYPS by FOCUS;
wenzelm [Sun, 26 Jul 2009 22:28:31 +0200] rev 32215
replaced old METAHYPS by FOCUS; eliminated homegrown SUBGOAL combinator -- beware of exception Subscript in body; modernized functor names; minimal tuning of sources; reactivated dead quasi.ML (ever used?);
Sun, 26 Jul 2009 22:24:13 +0200 replaced old METAHYPS by FOCUS;
wenzelm [Sun, 26 Jul 2009 22:24:13 +0200] rev 32214
replaced old METAHYPS by FOCUS;
Sun, 26 Jul 2009 20:57:19 +0200 added focus_params/FOCUS_PARAMS, which focus on the parameter prefix only;
wenzelm [Sun, 26 Jul 2009 20:57:19 +0200] rev 32213
added focus_params/FOCUS_PARAMS, which focus on the parameter prefix only;
Sun, 26 Jul 2009 20:38:11 +0200 replaced old METAHYPS by FOCUS;
wenzelm [Sun, 26 Jul 2009 20:38:11 +0200] rev 32212
replaced old METAHYPS by FOCUS;
Sun, 26 Jul 2009 19:54:37 +0200 tuned eval_tac: eliminated unused METAHYPS (FOCUS fails due to schematic goals);
wenzelm [Sun, 26 Jul 2009 19:54:37 +0200] rev 32211
tuned eval_tac: eliminated unused METAHYPS (FOCUS fails due to schematic goals);
Sun, 26 Jul 2009 19:38:02 +0200 retrofit: actually handle schematic variables -- need to export into original context;
wenzelm [Sun, 26 Jul 2009 19:38:02 +0200] rev 32210
retrofit: actually handle schematic variables -- need to export into original context;
Sun, 26 Jul 2009 18:58:02 +0200 merged
wenzelm [Sun, 26 Jul 2009 18:58:02 +0200] rev 32209
merged
Sun, 26 Jul 2009 08:03:40 +0200 adapted to changed prefixes
haftmann [Sun, 26 Jul 2009 08:03:40 +0200] rev 32208
adapted to changed prefixes
Sun, 26 Jul 2009 07:54:28 +0200 merged
haftmann [Sun, 26 Jul 2009 07:54:28 +0200] rev 32207
merged
Sat, 25 Jul 2009 18:44:55 +0200 improved handling of parameter import; tuned
haftmann [Sat, 25 Jul 2009 18:44:55 +0200] rev 32206
improved handling of parameter import; tuned
Sat, 25 Jul 2009 18:44:55 +0200 explicit is better than implicit
haftmann [Sat, 25 Jul 2009 18:44:55 +0200] rev 32205
explicit is better than implicit
Sat, 25 Jul 2009 18:44:54 +0200 localized interpretation of min/max-lattice
haftmann [Sat, 25 Jul 2009 18:44:54 +0200] rev 32204
localized interpretation of min/max-lattice
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip