src/Pure/Tools/build_schedule.scala
Tue, 19 Dec 2023 18:31:05 +0100 Fabian Huch continue build while waiting for updated schedule;
Tue, 19 Dec 2023 18:28:35 +0100 Fabian Huch clarified signature;
Tue, 19 Dec 2023 17:26:15 +0100 Fabian Huch added start-up sequence for benchmark with requirements;
Thu, 14 Dec 2023 13:14:25 +0100 Fabian Huch separate build processes for scheduler and scheduled;
Thu, 14 Dec 2023 13:10:01 +0100 Fabian Huch add delay and limit options for when schedule is considered outdated;
Thu, 14 Dec 2023 13:03:33 +0100 Fabian Huch proper closing order;
Wed, 13 Dec 2023 11:14:11 +0100 Fabian Huch read serial for schedules (amending 2039f360);
Mon, 11 Dec 2023 17:28:21 +0100 Fabian Huch filter predecessors properly (amending ee405c40db72);
Mon, 11 Dec 2023 16:49:26 +0100 Fabian Huch improve graphical clarity by omitting intra-host dependencies (following ee405c40db72);
Fri, 08 Dec 2023 19:36:27 +0100 Fabian Huch consider schedule calculation time in estimation;
Fri, 08 Dec 2023 18:56:19 +0100 Fabian Huch compare previous build schedule with new one, to prevent regressions;
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;
less more (0) -60 tip