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

Zach Beane xach at xach.com
Mon Oct 11 11:40:55 UTC 2010


Juan Jose Garcia-Ripoll <juanjose.garciaripoll at googlemail.com> writes:

> 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.

Thanks, that's great to hear!

Zach




More information about the ecl-devel mailing list