Archived tweet #10472 from the @leastfixedpoint Twitter Archive@pcwalton I don't understand what you mean by "reuse": if a fn makes multiple non-tail calls it reuses a region of stack for each; and if it finishes with a tail call, it reuses the place its own inbound args went. What am I missing?