Js_of_ocaml_compiler.Js_variable_coalescingLiveness analysis and variable coalescing for JavaScript generation.
val f : Javascript.program -> Javascript.programf program performs liveness analysis on the given JavaScript program and renames variables to minimize the number of distinct variables used, effectively reusing registers where possible.