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: More lr problem bitmaps into its own obstack


On 06/07/2010 03:15 PM, Paolo Bonzini wrote:
On 06/07/2010 03:11 PM, Jan Hubicka wrote:
Hi,
this patch moves the lr bitmaps into specific obstack. rd bitmaps
are already allocated this way and other dataflow problems don't
seem to be that important though I will probably move live and
others too.

LIVE is not iterating, so it doesn't have much allocation.


Instead, UR is as important as LR, and second in the list probably would
be MD.

Doh, LIVE _is_ UR these days. :-)


So yeah, the next ones in the list should be LIVE and MD. BYTE_LR is not used, so I wouldn't bother.

Paolo


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