File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ rationale and discussion.
115115
116116## No guaranteed tail-call optimization
117117
118- In general, tail-call optimization is not guaranteed: see for a detailed
119- explanation with references. There is a [ proposed extension] [ tce ] that would
120- allow tail-call elimination in certain contexts. The compiler is still free to
121- optimize tail-calls [ when it pleases] [ sco ] , however.
118+ In general, tail-call optimization is not guaranteed: see [ here ] [ tml ] for a
119+ detailed explanation with references. There is a [ proposed extension] [ tce ] that
120+ would allow tail-call elimination in certain contexts. The compiler is still
121+ free to optimize tail-calls [ when it pleases] [ sco ] , however.
122122
123123[ tml ] : https://mail.mozilla.org/pipermail/rust-dev/2013-April/003557.html
124124[ sco ] : http://llvm.org/docs/CodeGenerator.html#sibling-call-optimization
You can’t perform that action at this time.
0 commit comments