You’re describing an edge case. Generally speaking, memory is only reused after old objects are deallocated. And here’s the relevant quote from the OP’s post:
> Having all the intermediate calculations still available is helpful in the debugger
You’re describing an edge case. Generally speaking, memory is only reused after old objects are deallocated. And here’s the relevant quote from the OP’s post:
> Having all the intermediate calculations still available is helpful in the debugger