Caml Special Light 1.14

Xavier Leroy (xleroy@pauillac.inria.fr)
Thu, 8 Feb 1996 17:28:10 +0100 (MET)

From: Xavier Leroy <xleroy@pauillac.inria.fr>
Message-Id: <199602081628.RAA15766@pauillac.inria.fr>
Subject: Caml Special Light 1.14
To: caml-list@pauillac.inria.fr, comp-lang-ml@cs.cmu.edu
Date: Thu, 8 Feb 1996 17:28:10 +0100 (MET)

This is to announce the release 1.14 of Caml Special Light.
The main changes are:

* cslopt ported to the PowerPC/RS6000 architecture. Better support for
AIX in the bytecode system as well.

* cslopt, all platforms: fixed bug in live range splitting around catch/exit.

* cslopt for the Intel (floating-point wars, chapter 4):
implemented Ershov's algorithm to minimize floating-point stack usage;
out-of-order pops fixed.

* Several bug fixes in callbacks and signals.

The complete sources and diffs from earlier releases are available by
anonymous FTP at ftp://ftp.inria.fr/lang/caml-light.

See our Web site http://pauillac.inria.fr/csl/ for more info on Caml
Special Light.

- Xavier Leroy