| max_optimizers {rco} | R Documentation |
Max optimizers list.
Description
List of all the optimizer functions, with maximum optimization techniques enabled. Note that using this optimizers could change the semantics of the program!
Constant Folding
opt_constant_foldingConstant Propagation
opt_constant_propagationDead Code Elimination
opt_dead_codeDead Store Elimination
opt_dead_storeDead Expression Elimination
opt_dead_exprCommon Subexpression Elimination
opt_common_subexprLoop-invariant Code Motion
opt_loop_invariant
Usage
max_optimizers
Format
An object of class list of length 7.
[Package rco version 1.0.2 Index]