paroxython icon indicating copy to clipboard operation
paroxython copied to clipboard

Detect tail-recursion

Open laowantong opened this issue 4 years ago • 1 comments

Possible heuristic: any recursive call is returned directly. Need context?

laowantong avatar Nov 22 '19 15:11 laowantong

Detection of body-recursion was done in https://github.com/laowantong/paroxython/commit/f2223228e4ef2623fbd07870198d0f3bc6e80528. For tail-recursion, take the complement.

laowantong avatar Dec 20 '19 20:12 laowantong