On 9/11/2011 12:39 PM, Martin Nowak wrote:
RegionAllocator should have a dup function (better name required), which will call newRegionAllocator on it's stack. This is needed to create a nested scope without knowing the used stack.martin
Good idea. This does suggest a little refactoring, though, because I really don't want to add a **third** way to create a RegionAllocator.