On Saturday, February 14, 2015 at 5:44:36 AM UTC+1, Alon Zakai wrote: > > 7044 local variables? wow! :) Is this on an unoptimized build, or -O1? I > would be surprised to see that on -O2 or -O3. >
No. This is with "-O3 -s AGGRESSIVE_VARIABLE_ELIMINATION=1 -s OUTLINING_LIMIT=5000 -s INLINING_LIMIT=50", as jj suggested. My default is -Os without the other options. With that I get a JavaScript function with 10530 local variables. -- 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.
