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: [4.5] [RFC] Move line-map.* to its own library (libloc)


> > [Place it] in libiberty which already has some data structures
>
> Care to explain? This sounds interesting.

libiberty has a dynamic string data type, a union find data structures,
splay trees, etc.  The line map data structure seems generic enough to
fit in there, especially since it's just one file IIRC.

Paolo


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