ocsigen/js_of_ocaml

[FEATURE REQUEST] Minimize label names

hhugo opened this issue · 0 comments

hhugo commented

After #1496 is merge, jsoo will generate more labelled statements.
We currently use a very simple logic for assigning names, we do not use sequential names.

Using sequential names (a,b,c,d,...) might improve the size of compressed generated code and also makes reading code either.