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

Zack Weinberg zackw@stanford.edu
Fri Feb 9 23:56:00 GMT 2001


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



More information about the Gcc mailing list