From 41fc1ec1db8a937c893520589fb5af5ae01c693b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 23 Nov 2011 13:06:32 -0800 Subject: Optimization: if all the elements of (text ...) are strings, then replace the (text ...) by the catenation of those strings. * parser.y (optimize_text): New function. (elem): Use optimize_text. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4101ba1c..6a81d8b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-11-23 Kaz Kylheku + + Optimization: if all the elements of (text ...) are + strings, then replace the (text ...) by the catenation + of those strings. + + * parser.y (optimize_text): New function. + (elem): Use optimize_text. + 2011-11-23 Kaz Kylheku * lib.c (plus, minus): Fixed wrong assertion which would incorrectly -- cgit v1.2.3