src/Pure/Tools/build_schedule.scala
Fri, 01 Dec 2023 20:51:33 +0100 Fabian Huch proper unused nodes;
Fri, 01 Dec 2023 20:50:40 +0100 Fabian Huch clarified schedule message;
Fri, 01 Dec 2023 20:43:01 +0100 Fabian Huch proper parallel paths;
Fri, 01 Dec 2023 20:41:58 +0100 Fabian Huch clarified build schedule host: more operations;
Fri, 01 Dec 2023 20:36:02 +0100 Fabian Huch clarified path heuristic;
Fri, 01 Dec 2023 20:32:34 +0100 Fabian Huch clarified graph operations in timing heuristic;
Thu, 30 Nov 2023 18:24:51 +0100 Fabian Huch added method to generate build schedules directly;
Thu, 30 Nov 2023 17:47:58 +0100 Fabian Huch clarified load vs. apply vs. make;
Thu, 30 Nov 2023 17:00:03 +0100 Fabian Huch tuned;
Thu, 30 Nov 2023 16:27:27 +0100 Fabian Huch tuned heuristic;
Thu, 30 Nov 2023 14:48:01 +0100 Fabian Huch use cpu time for approximation;
Thu, 30 Nov 2023 14:08:21 +0100 Fabian Huch lower bound for approximated times;
Thu, 30 Nov 2023 14:02:52 +0100 Fabian Huch use full timing information in build schedule;
Thu, 30 Nov 2023 13:44:51 +0100 Fabian Huch consistent hosts ordering;
Thu, 30 Nov 2023 13:44:21 +0100 Fabian Huch filter hosts properly;
Wed, 29 Nov 2023 15:32:39 +0100 Fabian Huch generated build schedule explicitly (e.g., for further analysis);
Sat, 25 Nov 2023 20:41:18 +0100 wenzelm clarified modules;
Sat, 25 Nov 2023 20:09:20 +0100 wenzelm clarified modules: Build_Log.private_data provides raw data access without transaction_lock;
Fri, 24 Nov 2023 21:49:52 +0100 Fabian Huch proper split;
Fri, 24 Nov 2023 17:52:04 +0100 Fabian Huch properly sort entries;
Fri, 24 Nov 2023 17:24:35 +0100 Fabian Huch tuned;
Fri, 24 Nov 2023 17:24:22 +0100 Fabian Huch tuned;
Fri, 24 Nov 2023 17:06:32 +0100 Fabian Huch better estimation for unknown jobs;
Fri, 24 Nov 2023 17:05:49 +0100 Fabian Huch clarified and tuned timing estimation;
Fri, 24 Nov 2023 14:01:16 +0100 Fabian Huch split actual approximation from data handling;
Fri, 24 Nov 2023 13:43:25 +0100 Fabian Huch clarified timing data vs. timing entries: full top-level data view vs. dynamic partial data;
Fri, 24 Nov 2023 12:35:00 +0100 Fabian Huch proper filter for approximations;
Fri, 24 Nov 2023 10:36:23 +0100 Fabian Huch proper inflection point check;
Fri, 24 Nov 2023 10:34:10 +0100 Fabian Huch tuned;
Thu, 23 Nov 2023 20:58:19 +0100 Fabian Huch tuned;
Thu, 23 Nov 2023 20:53:58 +0100 Fabian Huch clarified timing data operations: proper estimation (instead of known points);
Thu, 23 Nov 2023 20:30:45 +0100 Fabian Huch use proper max threads (limited by available hardware) in heuristics;
Thu, 23 Nov 2023 20:26:43 +0100 Fabian Huch clarified time estimation: does not use config;
Thu, 23 Nov 2023 19:56:27 +0100 Fabian Huch handle inflection point in interpolation with monotone prefix;
Thu, 23 Nov 2023 18:04:04 +0100 Fabian Huch proper computation of sorted prefix;
Thu, 23 Nov 2023 11:30:43 +0100 Fabian Huch better build time interpolation: model with Amdahl's law where applicable;
Wed, 22 Nov 2023 18:10:21 +0100 Fabian Huch proper piecewise linear build time interpolation;
Wed, 22 Nov 2023 15:46:58 +0100 Fabian Huch properly incorporate running tasks into timing heuristic;
Wed, 22 Nov 2023 15:39:39 +0100 Fabian Huch clarified ready vs. next ready;
Wed, 22 Nov 2023 15:04:29 +0100 Fabian Huch introduced path heuristic abstraction;
Mon, 13 Nov 2023 18:08:05 +0100 Fabian Huch tuned message;
Mon, 13 Nov 2023 17:48:11 +0100 Fabian Huch better invalidation for schedule cache (only on relevant changes);
Mon, 13 Nov 2023 17:31:37 +0100 Fabian Huch tuned;
Mon, 13 Nov 2023 17:25:26 +0100 Fabian Huch timing heuristic: parallelize more aggressively to utilize hosts fully;
Mon, 13 Nov 2023 17:00:13 +0100 Fabian Huch proper parallel paths for timing heuristic;
Mon, 13 Nov 2023 16:16:52 +0100 Fabian Huch scheduled build: allocate cpus more aggressively, to avoid idle threads;
Fri, 10 Nov 2023 14:52:13 +0100 Fabian Huch finalize scheduled build only on master node;
Fri, 10 Nov 2023 14:42:07 +0100 Fabian Huch finalize current sessions before generating schedule;
Fri, 10 Nov 2023 14:07:36 +0100 Fabian Huch clarified signature: more operations;
Thu, 09 Nov 2023 19:06:50 +0100 Fabian Huch proper dummy timing entries;
Thu, 09 Nov 2023 17:58:21 +0100 Fabian Huch use only finished sessions in timing data;
Thu, 09 Nov 2023 16:39:36 +0100 Fabian Huch tuned;
Thu, 09 Nov 2023 15:45:51 +0100 Fabian Huch performance tuning for build schedule: explicit schedule generation, without mixing heuristics;
Thu, 09 Nov 2023 11:49:08 +0100 Fabian Huch performance tuning for build schedule: faster stopping;
Thu, 09 Nov 2023 11:41:19 +0100 Fabian Huch performance tuning for timing heuristic: pre-calculate graph operations;
Wed, 08 Nov 2023 11:08:03 +0100 Fabian Huch move timing data into scheduler for more efficient heuristics (e.g., with pre-calculated values);
Fri, 03 Nov 2023 10:30:51 +0100 wenzelm prefer Time.scale(), following Isabelle/ML;
Fri, 03 Nov 2023 10:03:05 +0100 Fabian Huch improved build messages;
Thu, 26 Oct 2023 22:10:22 +0200 wenzelm more robust init_database();
Thu, 26 Oct 2023 15:38:27 +0200 wenzelm clarified names;
less more (0) -60 tip