Tue, 14 May 2013 20:46:09 +0200 |
wenzelm |
more uniform Markup.print_real;
|
file |
diff |
annotate
|
Tue, 09 Apr 2013 15:59:02 +0200 |
wenzelm |
clarified protocol_message undefinedness;
|
file |
diff |
annotate
|
Mon, 08 Apr 2013 15:44:09 +0200 |
wenzelm |
discontinued odd magic number, which was once used for performance measurements;
|
file |
diff |
annotate
|
Tue, 05 Mar 2013 11:37:01 +0100 |
wenzelm |
removed unused Future.flat, while leaving its influence of Future.map (see bcd6b1aa4db5);
|
file |
diff |
annotate
|
Sun, 03 Mar 2013 17:34:42 +0100 |
wenzelm |
more uniform Future.map: always internalize failure;
|
file |
diff |
annotate
|
Tue, 26 Feb 2013 13:38:34 +0100 |
wenzelm |
disallow shutdown from worker, which would lead to deadlock since the scheduler cannot terminate;
|
file |
diff |
annotate
|
Tue, 26 Feb 2013 13:05:48 +0100 |
wenzelm |
signal work_available should be sufficient to initiate daisy-chained workers, and lead to separate broadcast work_finished eventually -- NB: broadcasting all worker threads tends to burn parallel CPU cycles;
|
file |
diff |
annotate
|
Tue, 26 Feb 2013 12:50:52 +0100 |
wenzelm |
less eventful shutdown: merely wait for scheduler to terminate;
|
file |
diff |
annotate
|
Tue, 26 Feb 2013 12:46:47 +0100 |
wenzelm |
tuned messages;
|
file |
diff |
annotate
|
Thu, 24 Jan 2013 17:31:12 +0100 |
wenzelm |
report status more frequently on demand;
|
file |
diff |
annotate
|
Sat, 19 Jan 2013 00:00:29 +0100 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Fri, 18 Jan 2013 17:51:50 +0100 |
wenzelm |
more systematic task statistics;
|
file |
diff |
annotate
|
Fri, 18 Jan 2013 16:20:09 +0100 |
wenzelm |
added "tasks_proof" statistics, via slighly odd global reference Future.forked_proofs (NB: Future.report_status is intertwined with scheduler thread);
|
file |
diff |
annotate
|
Thu, 17 Jan 2013 12:04:52 +0100 |
wenzelm |
clarified Future.error_msg: slightly more robust id check, actually suppress displaced messages;
|
file |
diff |
annotate
|
Wed, 16 Jan 2013 21:39:43 +0100 |
wenzelm |
proper runtime position (cf. fe4714886d92 and Toplevel.error_msg) -- to make error messages actually appear in the document;
|
file |
diff |
annotate
|