4 ms·
If your continuation has no state to hold your recursion should already be tail called. If it does have state, it’s probably a stack allocated closure…
by codebje 2y ago
If your continuation has no state to hold your recursion should already be tail called.
If it does have state, it’s probably a stack allocated closure…