This is the mail archive of the gcc@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]

Re: [new-regalloc] What is the status on current sources


On Sat, Feb 10, 2001 at 02:13:40AM -0500, Daniel Berlin wrote:
> 
> It's one of those "in theory, worst case, it's O(n), and slow. In
> practice, it's lightning fast, on anything we use it for, because we
> generate cases close to optimal"

This will make three different bitmap systems in gcc (sbitmap, bitmap,
and yours).  They all have the same basic interface, but different
back-end representations.  Do you think it would be feasible to merge
them all into some sort of parametrized thingy?

zw


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