On Mon, Oct 4, 2010 at 2:43 PM, Zach Beane <x...@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
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to