Module Params


module Params: sig  end
Parameters of the compiler.
Author(s): Samuel Mimram, Julien Cristau

val registers_nb : int Pervasives.ref
Maximum number of registers.
val remove_useless_functions : bool Pervasives.ref
Remove functions which are not referenced by nobody.
val minimize_spills : bool Pervasives.ref
Try to minimize variable spills.
val use_flags : bool Pervasives.ref
Try to use flags instead of 32bits booleans when it's possible.
val local_opts : bool Pervasives.ref
Do some local optimizations on the generated code.