No worries. :) As with any human factors/tooling problem, if a smart person with good intentions encounters a bug or usability pitfall, it's likely dozens or hundreds of other people will too... Perhaps the compiler could do a better job reducing the number of JavaScript variables even without a -O flag?
On Sun, Feb 15, 2015 at 1:08 AM, Clifford Wolf <[email protected]> wrote: > On Saturday, February 14, 2015 at 10:40:36 PM UTC+1, Alon Zakai wrote: >> >> Is it possible you are not optimizing the source files, and only passing >> in the optimization flag during linking? Or vice versa? Either can cause >> that. See http://kripken.github.io/emscripten-site/docs/ >> compiling/Building-Projects.html#building-projects-with-optimizations >> <http://www.google.com/url?q=http%3A%2F%2Fkripken.github.io%2Femscripten-site%2Fdocs%2Fcompiling%2FBuilding-Projects.html%23building-projects-with-optimizations&sa=D&sntz=1&usg=AFQjCNHIhcPNWNlD0abMD09gMNijRwhf3g> >> > > I am so sorry everyone. I only built with -Os and did not link with it. I > double and triple checked that so many times but still messed it up.. > > Now that I also link with -Os my simplifier function has 180 SEU and works > fine. > > Thank you so much everyone. I'm sorry that I bothered you with such a > trivial problem. > > regards, > - clifford > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Chad Austin Technical Director, IMVU http://engineering.imvu.com <http://www.imvu.com/members/Chad/> http://chadaustin.me -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
