Wed, 15 Sep 2010 16:16:33 +0200 more Isabelle-specific changes
blanchet [Wed, 15 Sep 2010 16:16:33 +0200] rev 39414
more Isabelle-specific changes
Wed, 15 Sep 2010 15:49:43 +0200 tuning
blanchet [Wed, 15 Sep 2010 15:49:43 +0200] rev 39413
tuning
Wed, 15 Sep 2010 15:49:21 +0200 rename
blanchet [Wed, 15 Sep 2010 15:49:21 +0200] rev 39412
rename
Wed, 15 Sep 2010 15:48:52 +0200 use "Metis_" prefix rather than "Metis" structure;
blanchet [Wed, 15 Sep 2010 15:48:52 +0200] rev 39411
use "Metis_" prefix rather than "Metis" structure; the prefix can then be used not only for structures but also signatures and functors. A few other changes were made to the script, to eliminate the need for "metis_env.ML".
Wed, 15 Sep 2010 15:44:44 +0200 no need for TPTP
blanchet [Wed, 15 Sep 2010 15:44:44 +0200] rev 39410
no need for TPTP
Wed, 15 Sep 2010 15:44:24 +0200 put "foldl" and "foldr" in "Useful";
blanchet [Wed, 15 Sep 2010 15:44:24 +0200] rev 39409
put "foldl" and "foldr" in "Useful"; Isabelle hides those symbols from List, but by adding them to Useful we have them throughout Metis without "List." prefix
Wed, 15 Sep 2010 15:15:49 +0200 reintroduce the CRITICAL sections from change 3880d21d6013
blanchet [Wed, 15 Sep 2010 15:15:49 +0200] rev 39408
reintroduce the CRITICAL sections from change 3880d21d6013
Wed, 15 Sep 2010 14:24:29 +0200 apply Larry's hacks directly to the "src" files;
blanchet [Wed, 15 Sep 2010 14:24:29 +0200] rev 39407
apply Larry's hacks directly to the "src" files; these hacks modify the defaults of Metis heuristics and are necessary for backward compatibility
Wed, 15 Sep 2010 11:47:25 +0200 "FILES" is not (anymore?) part of the official Metis sources, so move it up
blanchet [Wed, 15 Sep 2010 11:47:25 +0200] rev 39406
"FILES" is not (anymore?) part of the official Metis sources, so move it up
Wed, 15 Sep 2010 16:35:49 +0200 merged
wenzelm [Wed, 15 Sep 2010 16:35:49 +0200] rev 39405
merged
Wed, 15 Sep 2010 15:40:36 +0200 Code_Runtime.value, corresponding to ML_Context.value; tuned
haftmann [Wed, 15 Sep 2010 15:40:36 +0200] rev 39404
Code_Runtime.value, corresponding to ML_Context.value; tuned
Wed, 15 Sep 2010 15:40:35 +0200 Code_Runtime.value, corresponding to ML_Context.value
haftmann [Wed, 15 Sep 2010 15:40:35 +0200] rev 39403
Code_Runtime.value, corresponding to ML_Context.value
Wed, 15 Sep 2010 15:35:01 +0200 more accurate dependencies
haftmann [Wed, 15 Sep 2010 15:35:01 +0200] rev 39402
more accurate dependencies
Wed, 15 Sep 2010 15:31:32 +0200 code_eval renamed to code_runtime
haftmann [Wed, 15 Sep 2010 15:31:32 +0200] rev 39401
code_eval renamed to code_runtime
Wed, 15 Sep 2010 16:22:12 +0200 merged
wenzelm [Wed, 15 Sep 2010 16:22:12 +0200] rev 39400
merged
Wed, 15 Sep 2010 15:11:40 +0200 static nbe conversion
haftmann [Wed, 15 Sep 2010 15:11:40 +0200] rev 39399
static nbe conversion
Wed, 15 Sep 2010 15:11:39 +0200 ignore code cache optionally; corrected scope of term value in static_eval_conv
haftmann [Wed, 15 Sep 2010 15:11:39 +0200] rev 39398
ignore code cache optionally; corrected scope of term value in static_eval_conv
Wed, 15 Sep 2010 15:11:39 +0200 ignore code cache optionally
haftmann [Wed, 15 Sep 2010 15:11:39 +0200] rev 39397
ignore code cache optionally
Wed, 15 Sep 2010 13:44:11 +0200 dropped redundant normal_form command
haftmann [Wed, 15 Sep 2010 13:44:11 +0200] rev 39396
dropped redundant normal_form command
Wed, 15 Sep 2010 13:44:10 +0200 more explicit theory name
haftmann [Wed, 15 Sep 2010 13:44:10 +0200] rev 39395
more explicit theory name
Wed, 15 Sep 2010 13:44:10 +0200 more accurate dependencies
haftmann [Wed, 15 Sep 2010 13:44:10 +0200] rev 39394
more accurate dependencies
Wed, 15 Sep 2010 12:16:35 +0200 merged
haftmann [Wed, 15 Sep 2010 12:16:35 +0200] rev 39393
merged
Wed, 15 Sep 2010 12:11:11 +0200 more clear separation of static compilation and dynamic evaluation
haftmann [Wed, 15 Sep 2010 12:11:11 +0200] rev 39392
more clear separation of static compilation and dynamic evaluation
Wed, 15 Sep 2010 16:06:52 +0200 Document.async_state: some attempts to make this more robust wrt. cancelation of the main transaction -- avoid confusing feedback about pending forks;
wenzelm [Wed, 15 Sep 2010 16:06:52 +0200] rev 39391
Document.async_state: some attempts to make this more robust wrt. cancelation of the main transaction -- avoid confusing feedback about pending forks;
Wed, 15 Sep 2010 16:04:40 +0200 isatest: reactivated kodkodi and thus HOL-Nitpick_Examples -- being now on a local file system greatly increases the chance that it works;
wenzelm [Wed, 15 Sep 2010 16:04:40 +0200] rev 39390
isatest: reactivated kodkodi and thus HOL-Nitpick_Examples -- being now on a local file system greatly increases the chance that it works;
Wed, 15 Sep 2010 12:16:08 +0200 merged
haftmann [Wed, 15 Sep 2010 12:16:08 +0200] rev 39389
merged
Wed, 15 Sep 2010 11:30:32 +0200 replaced ML_Context.evaluate by ML_Context.value -- using context data instead of bare metal references
haftmann [Wed, 15 Sep 2010 11:30:32 +0200] rev 39388
replaced ML_Context.evaluate by ML_Context.value -- using context data instead of bare metal references
Wed, 15 Sep 2010 11:30:31 +0200 replaced ML_Context.evaluate by ML_Context.value -- using context data instead of bare metal references; tuned structures
haftmann [Wed, 15 Sep 2010 11:30:31 +0200] rev 39387
replaced ML_Context.evaluate by ML_Context.value -- using context data instead of bare metal references; tuned structures
Wed, 15 Sep 2010 10:45:22 +0200 merge
blanchet [Wed, 15 Sep 2010 10:45:22 +0200] rev 39386
merge
Wed, 15 Sep 2010 10:43:57 +0200 compile on SML/NJ
blanchet [Wed, 15 Sep 2010 10:43:57 +0200] rev 39385
compile on SML/NJ
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip