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: RFA: patch for usage of more accurate live information for theglobal and the reload.


Richard Henderson wrote:





+ static void
+ forward_propagate_solution (bool (*eq) (basic_block, basic_block, bool))



This is called once; why pass the eq function?




Sorry, I've missed it. It is a historical reason. As I wrote I had GVN code to decrease the conflict number but the usage of GVN was not justified. I use it for many other things like rematerialization and live range splitting.

I'll fix it in this patch too.

Vlad



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