From 67e030c80db07a2683f33a1bc4f9ea4a6dda4e6a Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sat, 27 Jan 2024 17:43:56 -0800 Subject: [PATCH] Add blurb about NewParallel default to RELEASE.txt --- RELEASE.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.txt b/RELEASE.txt index b31916a27a..71dcd8f1c9 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -56,6 +56,12 @@ IMPROVEMENTS - Use of NotImplemented instead of NotImplementedError for special methods of _ListVariable class +- The NewParallel scheduler is now the default, the `tm_v2` flag is removed, + and the old scheduler is opt-in under `--experimental=legacy_sched`. Additionally, + the new scheduler is now used for -j1 builds as well. + NOTE: This should significantly improve SCons performance for larger parallel builds + (Larger -j values) + PACKAGING ---------