paroxython
paroxython copied to clipboard
Detect tail-recursion
Possible heuristic: any recursive call is returned directly. Need context?
Detection of body-recursion was done in https://github.com/laowantong/paroxython/commit/f2223228e4ef2623fbd07870198d0f3bc6e80528. For tail-recursion, take the complement.