js_of_ocaml
js_of_ocaml copied to clipboard
Better inlining ?
Somehow it is annoying that self-recursive functions that go through a simple error monad do blow the stack. See for example here https://github.com/dbuenzli/otfm/commit/4ea6a34b884c5a680fa4333b79f6fd8117a0b8c0
https://github.com/ocsigen/js_of_ocaml/issues/154
@dbuenzli, 9 years later .. would you want to give #1584 a try ?
I'm afraid I don't have a test case at hand. But thanks for the work !