[llvm-commits] [llvm] r99883 - in /llvm/trunk: include/llvm/CodeGen/LiveInterval.h include/llvm/Support/Allocator.h lib/CodeGen/LiveInterval.cpp lib/CodeGen/LiveIntervalAnalysis.cpp lib/Support/Allocator.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Mar 30 10:00:12 PDT 2010


On Mar 30, 2010, at 9:49 AM, Török Edwin wrote:

> On 03/30/2010 07:32 PM, Jakob Stoklund Olesen wrote:

>> A template class that is only capable of allocating one type would be safer.
> 
> Sounds good, the template could automatically call the destructor when
> Reset() is called, without the need for the special Reset() method.
> 
> I won't have time to work on this for the next days, so if you want to
> make these changes please do.

Please take a look when you get the time.

Thanks,
/jakob





More information about the llvm-commits mailing list