Home | History | Annotate | Download | only in Target

Lines Matching full:recursion

415 Tail recursion elimination should handle:
424 they were associative. "return foo() << 1" can be tail recursion eliminated.