Description Usage Arguments Value
View source: R/tailcall_eliminate.R
tailcall_eliminate
takes a function. If that functions has a Recall
call as
the last operation, it will attempt to replace the recursion by a GOTO
statement
in the byte-code representation. Beware, this can have unintended problems, if
the calls have side-effects.
1 | tailcall_eliminate(fun)
|
fun |
a function |
the same function, but with more efficient byte-code. If the function was optimized.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.