Skip to content
Success

Changes

Summary

  1. clarified signature; sleep unconditionally: avoid aggressive database access;
  2. clarified module signature and state;
  3. tuned messages;
  4. omit somewhat pointless message, following b7187d4cdf68;
  5. more robust handling of uninitialized value, notably Build_Process.progress;
  6. tuned
  7. partially revert f1f08ca40d96: benchmark data needs to be present before timing data is loaded;
  8. clarified module signature and state;
  9. tuned signature: more protected operations;
  10. database performance tuning: just one synchronized_database for main loop body;
  11. tuned;
  12. more robust: assume that database is exclusive for this Progress instance --- always close on exit (see also bf377e10ff3b);
Changeset 79771:48af00f6f110 by wenzelm:
clarified signature;<br>sleep unconditionally: avoid aggressive database access;
The file was modified src/Pure/Build/build_process.scala (diff)
Changeset 79770:5bcb1b368b30 by wenzelm:
clarified module signature and state;
The file was modified src/Pure/Build/build_process.scala (diff)
Changeset 79769:e9e74577755f by wenzelm:
tuned messages;
The file was modified src/Pure/ML/ml_heap.scala (diff)
Changeset 79768:7e05515cadc0 by wenzelm:
omit somewhat pointless message, following b7187d4cdf68;
The file was modified src/Pure/Build/build_process.scala (diff)
Changeset 79767:52b5c7c8e6d9 by wenzelm:
more robust handling of uninitialized value, notably Build_Process.progress;
The file was modified src/Pure/General/logger.scala (diff)
Changeset 79766:feec445a82c3 by nipkow:
tuned
The file was modified src/Doc/Main/Main_Doc.thy (diff)
The file was modified src/Doc/Prog_Prove/document/intro-isabelle.tex (diff)
Changeset 79765:a478fc5cd5bd by fabian huch _huch@in.tum.de_:
partially revert f1f08ca40d96: benchmark data needs to be present before timing data is loaded;
The file was modified src/Pure/Build/build_schedule.scala (diff)
Changeset 79764:5857bb16cf30 by wenzelm:
clarified module signature and state;
The file was modified src/Pure/Build/build_process.scala (diff)
Changeset 79763:8fa5b82a6964 by wenzelm:
tuned signature: more protected operations;
The file was modified src/Pure/Build/build_process.scala (diff)
Changeset 79762:de611b17762c by wenzelm:
database performance tuning: just one synchronized_database for main loop body;
The file was modified src/Pure/Build/build_process.scala (diff)
Changeset 79761:ec9b4a81620d by wenzelm:
tuned;
The file was modified src/Pure/Build/build_schedule.scala (diff)
Changeset 79760:dbdb8ba05b2b by wenzelm:
more robust: assume that database is exclusive for this Progress instance --- always close on exit (see also bf377e10ff3b);
The file was modified src/Pure/Build/build_process.scala (diff)
The file was modified src/Pure/System/progress.scala (diff)