haftmann [Mon, 20 Jul 2009 16:50:59 +0200] rev 32114
merged
haftmann [Mon, 20 Jul 2009 16:49:05 +0200] rev 32113
dropped add_registration interface in locale
nipkow [Tue, 21 Jul 2009 14:08:58 +0200] rev 32112
Made dvd/gcd/lcm a complete lattice by introducing Gcd/GCD/Lcm/LCM
nipkow [Tue, 21 Jul 2009 11:01:07 +0200] rev 32111
Tests for executability of "prime"
wenzelm [Wed, 22 Jul 2009 10:48:25 +0200] rev 32110
less ambitious settings;
wenzelm [Wed, 22 Jul 2009 10:46:35 +0200] rev 32109
future_job: more robust Exn.capture outside thread attribute change;
wenzelm [Wed, 22 Jul 2009 10:45:35 +0200] rev 32108
shutdown future scheduler after (failed) SAT_Examples, to workaround interference problem with follow-up theory loading;
wenzelm [Tue, 21 Jul 2009 23:42:29 +0200] rev 32107
future_job: tight scope for interrupts, to prevent shooting ourselves in the foot via cancel_group;
control combinators: paranoia eta-expansion to ensure proper operational semantics;
wenzelm [Tue, 21 Jul 2009 20:37:32 +0200] rev 32106
maintain Future.worker_group as management data;
cancel_thy: refer to proper task group;
tuned;
wenzelm [Tue, 21 Jul 2009 20:37:32 +0200] rev 32105
join_proofs: implicit exception;
removed obsolete cancel_proofs, cf. cancel_thy in thy_info.ML;
tuned;
wenzelm [Tue, 21 Jul 2009 20:37:32 +0200] rev 32104
simultaneous join_proofs;
removed obsolete promises_of;
wenzelm [Tue, 21 Jul 2009 20:37:31 +0200] rev 32103
map: subgroup of worker_group;
wenzelm [Tue, 21 Jul 2009 20:37:31 +0200] rev 32102
added worker_group;
fork: default to subgroup of worker_group;
removed obsolete fork_local;
join/get_result: cumulative flattened exceptions;
map: subgroup of worker_group;
wenzelm [Tue, 21 Jul 2009 20:37:31 +0200] rev 32101
support for nested groups -- cancellation is propagated to peers and subgroups;
added is_canceled;
tuned;
wenzelm [Tue, 21 Jul 2009 20:24:02 +0200] rev 32100
added flatten/flatten_list -- supercedes internal plain_exns;
represent empty failure as EXCEPTIONS [] instead of Interrupt;
wenzelm [Tue, 21 Jul 2009 15:25:22 +0200] rev 32099
propagate exceptions within future groups;
Future.map: inherit group;
wenzelm [Tue, 21 Jul 2009 13:46:18 +0200] rev 32098
less ambitious ML_OPTIONS;
wenzelm [Tue, 21 Jul 2009 13:44:07 +0200] rev 32097
disabled macbroy6 -- hardware repair;
wenzelm [Tue, 21 Jul 2009 13:42:48 +0200] rev 32096
tuned;
wenzelm [Tue, 21 Jul 2009 11:30:12 +0200] rev 32095
tuned tracing;
provide spare worker threads to saturate hardware while other workers wait during join;
wenzelm [Tue, 21 Jul 2009 10:24:57 +0200] rev 32094
prefer simultaneous join -- for improved scheduling;
wenzelm [Tue, 21 Jul 2009 10:23:16 +0200] rev 32093
tuned dequeu_towards: try immediate tasks before expensive all_preds;
wenzelm [Tue, 21 Jul 2009 01:05:10 +0200] rev 32092
Display.pretty_thm now requires a proper context;
wenzelm [Tue, 21 Jul 2009 01:03:18 +0200] rev 32091
proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;