This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfa] libiberty: splay tree performance improvement


On Mon, Jun 28, 2004 at 05:49:40PM -0400, Frank Ch. Eigler wrote:
> The opaque key value is already copied among nodes within the tree,
> plus there are stability requirements on the comparison functions,
> so the key objects cannot be that transient.

That's for keys stored in the tree.  Keys presented via lookup
needn't be stable.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]