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: Take 3: RFA: re-instate struct_equiv code


Joern RENNECKE wrote:
Bernd Schmidt wrote:

Joern, what are your comments?

I rather prefer to leave cross-jumping where it is, and adjust the code to expect that some registers may actually be dead when they are live according to global_regs_live_at_end.

Downsides to this: - it's harder to understand exactly which inconsistencies are ok rather than disallowing them - allowing "harmless" inconsistencies increases the risk that something that isn't quite so safe slips through - additional dependencies between cfgrtl.c and crossjumping with the new "maybe_killed_regs" thing.

I think this is way into "too clever" territory and would be a maintenance nightmare. Without a very good reason I don't think we should go this way if a sane approach works.


Bernd




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