in reply to Re^2: Sorting, recursion, and tail-call optimizations
in thread Sorting, recursion, and tail-call optimizations
The only optimization that buys you, relative to calling &sub, is that you don't have multiple returns. In my testing, I found that the use of goto more than offsets those gains.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Sorting, recursion, and tail-call optimizations
by Limbic~Region (Chancellor) on Jan 06, 2006 at 19:48 UTC |