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

Chris Lattner clattner at apple.com
Wed Mar 31 12:01:20 PDT 2010


On Mar 31, 2010, at 11:32 AM, Jakob Stoklund Olesen wrote:

> 
> 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.

Ok!

-Chris



More information about the llvm-commits mailing list