[llvm-commits] [llvm] r99848 - in /llvm/trunk/lib/Target/X86: SSEDomainFix.cpp X86InstrInfo.cpp X86InstrInfo.h

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Mar 31 11:32:23 PDT 2010


On Mar 31, 2010, at 11:16 AM, Chris Lattner wrote:

> Hey Jakob,
> 
> Can this use the normal bump pointer + recycler interface?


I didn't even know we had a recycler!

I was planning to move it to the new SpecificBumpPtrAllocator, I need to be able to run a destructor on all objects allocated.

It is easier to just destroy everything when you're done rather than untangling the data structures to make sure objects are only deallocated once.

/jakob





More information about the llvm-commits mailing list