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: Proposed major change to combine


> I'd like to propose getting rid of the mechanisms where it tries to
> substitute things inside RTL and instead always make new RTL.  This costs
> most memory, but is less of an issue with GC.

This will break patterns that require rtl to match, like match_dups and
in-out asm memory operands.


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