From 91adf830df344b712b08b47f8c7dbbb88f278fba Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 1 Dec 2011 16:37:01 -0800 Subject: * match.c (h_skip, h_coll, v_skip, v_collect): Evaluate the arguments. (do_txeval): Optimization: short-circuit out if the expression is nil, without establishing the exception handler. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9a26ae90..e4478bde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-12-01 Kaz Kylheku + + * match.c (h_skip, h_coll, v_skip, v_collect): Evaluate the arguments. + (do_txeval): Optimization: short-circuit out if the expression is nil, + without establishing the exception handler. + 2011-12-01 Kaz Kylheku * match.c (v_skip): Bugfix: Nov 12 commit caused regression: -- cgit v1.2.3