Thu, 05 Apr 2012 22:33:52 +0200more scalable execute/update: avoid redundant traversal of invisible/finished nodes;
wenzelm [Thu, 05 Apr 2012 22:33:52 +0200] rev 48249
more scalable execute/update: avoid redundant traversal of invisible/finished nodes;
tuned;

Thu, 05 Apr 2012 14:34:54 +0200less ambitious memo_eval, since memo_result is still not robust here;
wenzelm [Thu, 05 Apr 2012 14:34:54 +0200] rev 48248
less ambitious memo_eval, since memo_result is still not robust here;

Thu, 05 Apr 2012 14:14:51 +0200less aggressive discontinue_execution before document update, to avoid unstable execs that need to be re-assigned;
wenzelm [Thu, 05 Apr 2012 14:14:51 +0200] rev 48247
less aggressive discontinue_execution before document update, to avoid unstable execs that need to be re-assigned;

Thu, 05 Apr 2012 13:01:54 +0200more explicit memo_eval vs. memo_result, to enforce bottom-up execution;
wenzelm [Thu, 05 Apr 2012 13:01:54 +0200] rev 48246
more explicit memo_eval vs. memo_result, to enforce bottom-up execution;
edit of perspective touches node superficially, to ensure revisit after update;

Thu, 05 Apr 2012 11:58:46 +0200Command.memo including physical interrupts (unlike Lazy.lazy);
wenzelm [Thu, 05 Apr 2012 11:58:46 +0200] rev 48245
Command.memo including physical interrupts (unlike Lazy.lazy);
re-assign unstable exec, i.e. reset interrupted transaction;
node result as direct exec -- avoid potential interrupt instability of Lazy.map;

Thu, 05 Apr 2012 10:45:53 +0200tuned;
wenzelm [Thu, 05 Apr 2012 10:45:53 +0200] rev 48244
tuned;

Wed, 04 Apr 2012 21:03:30 +0200tuned -- NB: get_theory still needs to apply Lazy.force due to interrupt instabilities;
wenzelm [Wed, 04 Apr 2012 21:03:30 +0200] rev 48243
tuned -- NB: get_theory still needs to apply Lazy.force due to interrupt instabilities;

Wed, 04 Apr 2012 17:21:39 +0200proper signature constraint;
wenzelm [Wed, 04 Apr 2012 17:21:39 +0200] rev 48242
proper signature constraint;

Wed, 04 Apr 2012 17:14:19 +0200tuned comments;
wenzelm [Wed, 04 Apr 2012 17:14:19 +0200] rev 48241
tuned comments;

Wed, 04 Apr 2012 14:19:47 +0200separate module for prover command execution;
wenzelm [Wed, 04 Apr 2012 14:19:47 +0200] rev 48240
separate module for prover command execution;