Description Usage Arguments Examples
View source: R/opt-constant-folding.R
Performs one constant folding pass. Carefully examine the results after running this function!
1 | opt_constant_folding(texts, fold_floats = FALSE, in_fun_call = FALSE)
|
texts |
A list of character vectors with the code to optimize. |
fold_floats |
A logical indicating if floating-point results should be folded (will reduce precision). |
in_fun_call |
A logical indicating whether it should propagate in function calls. Note: this could change the semantics of the program. |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.