OCamlPro / flambda-task-force

13 stars 1 forks source link

Whole-program compilation #150

Open mshinwell opened 8 years ago

mshinwell commented 8 years ago

Pierre has almost finished this, so let's try a first version for 4.04.

chambart commented 8 years ago

Getting rid of dummy code that prevent elimination of toplevel modules properly done in: https://github.com/ocaml/ocaml/pull/602

chambart commented 8 years ago

and the final pr is https://github.com/ocaml/ocaml/pull/608

DemiMarie commented 8 years ago

Those PRs just include dead-code elimination. What about other optimizations (such as whole-program control-flow analysis)?