satoshinm / NetCraft

Web-based fork of fogleman/Craft ⛺
https://satoshinm.github.io/NetCraft/
MIT License
57 stars 13 forks source link

compute_chunk deoptimized: too many parameters/locals #118

Closed satoshinm closed 7 years ago

satoshinm commented 7 years ago

screen shot 2017-05-13 at 3 01 52 pm

screen shot 2017-05-13 at 3 06 28 pm

satoshinm commented 7 years ago

Fixed by optimization? warning: emitted code will contain very large numbers of local variables, which is bad for performance (build to JS with -O2 or above to avoid this - make sure to do so both on source files, and during 'linking')

satoshinm commented 7 years ago

Optimization fixes this

screen shot 2017-05-14 at 7 20 46 pm