Skip to content
Success

Changes

Summary

  1. tight representation of types / terms / proof terms (presently unused);
  2. merged
  3. reduce redundancy: avoid huge lists;
  4. more detailed profiling including "names"; avoid overlapping results;
  5. tuned;
  6. misc tuning and clarification;
  7. slightly more compact heap: better sharing of persistent tuples;
  8. added method to generate build schedules directly;
  9. clarified load vs. apply vs. make;
  10. tuned;
  11. tuned heuristic;
  12. use cpu time for approximation;
  13. lower bound for approximated times;
  14. use full timing information in build schedule;
  15. consistent hosts ordering;
  16. filter hosts properly;
Changeset 79098:d8940e5bbb25 by wenzelm:
tight representation of types / terms / proof terms (presently unused);
The file was addedsrc/Pure/zterm.ML
The file was modified src/Pure/ROOT.ML (diff)
Changeset 79097:db7d6dcaeb32 by wenzelm:
merged
Changeset 79096:48187f1a615e by wenzelm:
reduce redundancy: avoid huge lists;
The file was modified src/Pure/term_ord.ML (diff)
The file was modified src/Tools/profiling.ML (diff)
Changeset 79095:3bdd3cf5f5e0 by wenzelm:
more detailed profiling including &quot;names&quot;;<br>avoid overlapping results;
The file was modified src/Pure/Tools/profiling.scala (diff)
The file was modified src/Tools/profiling.ML (diff)
Changeset 79094:58bb68b9470f by wenzelm:
tuned;
The file was modified src/Pure/General/table.ML (diff)
Changeset 79093:6c5ca8f04d60 by wenzelm:
misc tuning and clarification;
The file was modified src/Pure/General/table.ML (diff)
Changeset 79092:06176f4e2e70 by wenzelm:
slightly more compact heap: better sharing of persistent tuples;
The file was modified src/Pure/General/table.ML (diff)
Changeset 79091:06f380099b2e by fabian huch _huch@in.tum.de_:
added method to generate build schedules directly;
The file was modified src/Pure/Tools/build_schedule.scala (diff)
Changeset 79090:20be5b925720 by fabian huch _huch@in.tum.de_:
clarified load vs. apply vs. make;
The file was modified src/Pure/Tools/build_schedule.scala (diff)
The file was modified src/Pure/Tools/build_schedule.scala (diff)
Changeset 79088:32e839bb622e by fabian huch _huch@in.tum.de_:
tuned heuristic;
The file was modified src/Pure/Tools/build_schedule.scala (diff)
Changeset 79087:3620010c410a by fabian huch _huch@in.tum.de_:
use cpu time for approximation;
The file was modified src/Pure/Tools/build_schedule.scala (diff)
Changeset 79086:59d5d1e26393 by fabian huch _huch@in.tum.de_:
lower bound for approximated times;
The file was modified src/Pure/Tools/build_schedule.scala (diff)
Changeset 79085:cf51ccfd3e39 by fabian huch _huch@in.tum.de_:
use full timing information in build schedule;
The file was modified src/Pure/Tools/build_schedule.scala (diff)
Changeset 79084:dd689c4ab688 by fabian huch _huch@in.tum.de_:
consistent hosts ordering;
The file was modified src/Pure/Tools/build_schedule.scala (diff)
Changeset 79083:2d18d481c115 by fabian huch _huch@in.tum.de_:
filter hosts properly;
The file was modified src/Pure/Tools/build_schedule.scala (diff)