On Sun, Jun 13, 2010 at 2:16 AM, Matthew Mondor <span dir="ltr"><<a href="mailto:mm_lists@pulsar-zone.net">mm_lists@pulsar-zone.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

I also fail to understand the meaning of this new warning.<br></blockquote></div><br>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))<br clear="all">

<br>Juanjo<br><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://tream.dreamhosters.com">http://tream.dreamhosters.com</a><br>