Re: Memory de-allocation question
- Posted by petelomax 3 weeks ago
- 208 views
Phix frees the memory immediately, and re-merges any adjacent blocks it encounters, all nice and efficiently.
If you're interested, have a quick skim of builtins\VM\pHeap.e - you'll learn a few things from the opening notes,
but I'll wager you'll give up when you get to the ~4000 lines of extremely hard-boiled inline assembly code...
As they say in the movies, any similarity to the behaviour of Euphoria code living or dead is entirely coincidental.