From e02ccb43bc83b0816f7f8d671d6b959678e8e31b Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Fri, 7 May 2010 22:15:14 +0200 Subject: [PATCH] Note the change by which *CMP-ENV* stores optimizations --- src/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index 95c7c04fd..d66c7d6c8 100755 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -17,6 +17,10 @@ ECL 10.5.1: - ECL did not properly compute the alignment of foreign types in structures. This is now done using standard C constructs in a portable and robust way. + - Even if a function was compiled with a given set of optimizations, a call + to PROCLAIM which appeared after the function could change the value of + those optimizations and influence what the emitted C code looked like. + * Visible changes: - "fasb" is now a valid FASL file type, accepted by ECL even in absence of