[Ecls-list] Object found in array but not used

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Tue Jun 15 21:01:08 UTC 2010


On Sun, Jun 13, 2010 at 2:16 AM, Matthew Mondor <mm_lists at pulsar-zone.net>wrote:

> I also fail to understand the meaning of this new warning.
>

It is not a warning, but a compiler note I just added to verify that a tree
shaker is working. This tree shaker eliminates constants from your code when
they are not used, thus reducing the total size of the compiled code. This
normally happens when those constants are optimized away, as when you have
(member a '(one two three)) and ECL turns this into (or (eq a 'one) (eq a
'two) (eq c 'three))

Juanjo

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


More information about the ecl-devel mailing list