Note some of the latest changes regarding type inference

This commit is contained in:
Juan Jose Garcia Ripoll 2009-07-09 10:36:52 +02:00
parent d2e864e74a
commit 35db06be18

View file

@ -41,6 +41,14 @@ ECL 9.7.1:
- DEFCONSTANT only had the expected compile-time side effects in the bytecodes
compiler, not in the lisp->C translator.
- New type information propagators for AREF, ASET, +, *, / and - allow ECL to
produce better code even without an additional back-propagation phase.
- Code to perform a type inference pass, with which-way information has
been added to ECL. The code is still in a debug phase, with lots of debug
output printed and rather incomplete, but it is by default deactivated and
should not interfere with usual functioning.
* Visible changes:
- The toplevel only traps SERIOUS-CONDITIONS.