Mon, 06 Sep 2010 13:06:27 +0200some results of concurrency code inspection;
wenzelm [Mon, 06 Sep 2010 13:06:27 +0200] rev 39402
some results of concurrency code inspection;

Mon, 06 Sep 2010 15:01:37 +0200When comparing Floats use integers instead of reals (represented as rationals), generates less code when Floats are used.
hoelzl [Mon, 06 Sep 2010 15:01:37 +0200] rev 39401
When comparing Floats use integers instead of reals (represented as rationals), generates less code when Floats are used.

Mon, 06 Sep 2010 12:38:45 +0200merged;
wenzelm [Mon, 06 Sep 2010 12:38:45 +0200] rev 39400
merged;

Mon, 06 Sep 2010 00:08:47 +0200ML_Context.ml_store_thm(s): operate on thread context instead of Unsynchronized.ref;
wenzelm [Mon, 06 Sep 2010 00:08:47 +0200] rev 39399
ML_Context.ml_store_thm(s): operate on thread context instead of Unsynchronized.ref;

Sun, 05 Sep 2010 23:31:12 +0200use setmp_noncritical for PGIP, which is presumably sequential (PG clone);
wenzelm [Sun, 05 Sep 2010 23:31:12 +0200] rev 39398
use setmp_noncritical for PGIP, which is presumably sequential (PG clone);

Sun, 05 Sep 2010 23:26:16 +0200use setmp_noncritical for sequential Pure bootstrap;
wenzelm [Sun, 05 Sep 2010 23:26:16 +0200] rev 39397
use setmp_noncritical for sequential Pure bootstrap;

Sun, 05 Sep 2010 23:16:21 +0200turned show_brackets into proper configuration option;
wenzelm [Sun, 05 Sep 2010 23:16:21 +0200] rev 39396
turned show_brackets into proper configuration option;
Sign.certify/type_check: dropped Syntax.pp_show_brackets, which is hard to hold up due to Pretty.pp and not even present in the regular end-user type check;

Sun, 05 Sep 2010 22:23:48 +0200Syntax.standard_parse_term: eliminated redundant Pretty.pp;
wenzelm [Sun, 05 Sep 2010 22:23:48 +0200] rev 39395
Syntax.standard_parse_term: eliminated redundant Pretty.pp;

Sun, 05 Sep 2010 22:15:50 +0200structure Syntax: define "interfaces" before actual implementations;
wenzelm [Sun, 05 Sep 2010 22:15:50 +0200] rev 39394
structure Syntax: define "interfaces" before actual implementations;

Sun, 05 Sep 2010 21:41:24 +0200turned show_sorts/show_types into proper configuration options;
wenzelm [Sun, 05 Sep 2010 21:41:24 +0200] rev 39393
turned show_sorts/show_types into proper configuration options;