src/Pure/Tools/build_schedule.scala
Fri, 08 Dec 2023 17:16:41 +0100 Fabian Huch clarified: build schedules may be outdated when empty, after some time, or due to build progress;
Fri, 08 Dec 2023 17:00:13 +0100 Fabian Huch store previous build jobs in graph so schedules can be used later in the build process;
Fri, 08 Dec 2023 15:21:51 +0100 Fabian Huch add serial for build schedule to avoid unnecessary db read/writes;
Thu, 07 Dec 2023 13:57:48 +0100 Fabian Huch tuned;
Thu, 07 Dec 2023 13:53:54 +0100 Fabian Huch clarified;
Fri, 08 Dec 2023 12:11:22 +0100 Fabian Huch tuned;
Thu, 07 Dec 2023 11:34:01 +0100 Fabian Huch use build database to synchronize build schedule computed on master node (e.g., such that view on cluster is consistent);
Thu, 07 Dec 2023 11:28:12 +0100 Fabian Huch add build uuid to schedule;
Wed, 06 Dec 2023 21:24:00 +0100 Fabian Huch tuned;
Wed, 06 Dec 2023 20:04:47 +0100 Fabian Huch use schedule directly instead of extra cache;
Wed, 06 Dec 2023 18:28:15 +0100 Fabian Huch added build schedule command-line wrapper;
Wed, 06 Dec 2023 18:18:56 +0100 Fabian Huch added graphical representation of build schedules;
Wed, 06 Dec 2023 17:55:30 +0100 Fabian Huch clarified build heuristics parameters;
Wed, 06 Dec 2023 17:44:51 +0100 Fabian Huch proper parallel paths: factor in elapsed time;
Wed, 06 Dec 2023 17:42:04 +0100 Fabian Huch performance tuning: cache estimates;
Fri, 01 Dec 2023 21:59:27 +0100 Fabian Huch clarified path time heuristic: configurable parameters for larger search space;
Fri, 01 Dec 2023 21:57:35 +0100 Fabian Huch clarified heuristics toString;
Fri, 01 Dec 2023 20:54:00 +0100 Fabian Huch tuned;
Fri, 01 Dec 2023 20:53:05 +0100 Fabian Huch add heuristic for non-scheduled (standard) build behaviour;
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;
less more (0) -60 tip