Skip to content

Commit 67e030c

Browse files
committed
Add blurb about NewParallel default to RELEASE.txt
1 parent 603725f commit 67e030c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ IMPROVEMENTS
5656

5757
- Use of NotImplemented instead of NotImplementedError for special methods
5858
of _ListVariable class
59+
- The NewParallel scheduler is now the default, the `tm_v2` flag is removed,
60+
and the old scheduler is opt-in under `--experimental=legacy_sched`. Additionally,
61+
the new scheduler is now used for -j1 builds as well.
62+
NOTE: This should significantly improve SCons performance for larger parallel builds
63+
(Larger -j values)
64+
5965

6066
PACKAGING
6167
---------

0 commit comments

Comments
 (0)