On Jan 21, 2008, at 2:36 PM, Chris Lattner wrote:
> On Jan 21, 2008, at 2:33 PM, Ted Kremenek wrote:
>> URL: http://llvm.org/viewvc/llvm-project?rev=46224&view=rev
>> Log:
>> Replaced (FoldingSet) profiling of ImutAVLTree with a hashing based
>> scheme. The
>> problem was that we previously hashe
On Jan 21, 2008, at 2:33 PM, Ted Kremenek wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=46224&view=rev
> Log:
> Replaced (FoldingSet) profiling of ImutAVLTree with a hashing based
> scheme. The
> problem was that we previously hashed based on the pointers of the
> left and
> right child
Author: kremenek
Date: Mon Jan 21 16:33:30 2008
New Revision: 46224
URL: http://llvm.org/viewvc/llvm-project?rev=46224&view=rev
Log:
Replaced (FoldingSet) profiling of ImutAVLTree with a hashing based scheme. The
problem was that we previously hashed based on the pointers of the left and
right chi