elsassph / haxe-modular

Haxe-JS code splitting, NPM dependencies bundling, hot-reload
116 stars 14 forks source link

Remove unfortunate "tail-call optimisation" #79

Closed elsassph closed 6 years ago

elsassph commented 6 years ago

The stack only wastes memory and in practice increases considerably the recursion depth when your VM doesn't have native support for it.