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: [dataflow]: patch committed to improve -O0 performance.


Kenneth Zadeck wrote:
> Paolo Bonzini wrote:
>> I'm wondering, many passes that use DF_LIVE could actually use
>> DF_LR.  If they sum up substantially, DF_UR/DF_LIVE could become
>> optional problems.
>>
>> A nit:
>>
>>   
> They can, but the information is not as precise. 

I mean, maybe some can without changes in code generation.  Possibly
they look at liveness information only for registers that they know
to have been initialized.

Paolo


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