Changeset: 5900fe2be512 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5900fe2be512 Modified Files: ChangeLog Branch: default Log Message:
added changelog for reduce stack changes diffs (13 lines): diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ # ChangeLog file for devel # This file is updated with Maddlog +* Mon Apr 28 2025 Niels Nes <[email protected]> +- Changed the way complex AND and OR expressions are handled. The new + expression tree uses 2 new cmp flag (cmp_con/cmp_dis), both expressions + hold lists of expressions. This structure reduces the need for stack + space, allowing way larger expressions trees to be handled. + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
