[Ecls-list] ECL failure with Pierre Mai's Deflate library

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Mon Oct 11 11:26:05 UTC 2010


On Mon, Oct 4, 2010 at 2:43 PM, Zach Beane <xach at xach.com> wrote:

> I'd like to use Pierre Mai's Deflate library with ECL, but it fails on
> every gzip file I test. Attached is a small tarball that demonstrates
> the problem.
>

Ok, I believe the problem has been fixed. There were two small but nasty
fixes

* A typo in the expansion of ROW-MAJOR-AREF for arrays of type (array
(signed-byte 64))

* Incorrect inlining of #'- when applied to an argument of type
(unsigned-byte).

The former was fixed yesterday, the latter was fixed today by changing the
code that inlines +, -, * and /. It is now much simpler, but it only inlines
when it knows that the arguments and the results are C types.

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20101011/99e9f1c0/attachment.html>


More information about the ecl-devel mailing list