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: Replacing bitmap.[ch]


> Correct.
> I'm also trying to provide most of the functionality of sbitmap, so
> the new bitmaps *could* be used for things like GCSE, with increased
> space efficiency, and little (or no) loss of speed.

We could also try to add 'a and (b or (not c)) to eliminate two of the
three 'not' usages in lcm.  Or if we can replace kill with not transp
throughout, we could use 'a and ((not b) or (not c))'


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