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_folding
Constant Propagation
opt_constant_propagation
Dead Code Elimination
opt_dead_code
Dead Store Elimination
opt_dead_store
Dead Expression Elimination
opt_dead_expr
Common Subexpression Elimination
opt_common_subexpr
Loop-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]