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: combine/dce patch for PR36003, PR42575


> Byte DCE is also a separate pass, isn't it? The new pass would
> (should) just replace it. Byte DCE never really worked anyway, and
> *replacing* it with something simpler, instead of adding something
> new, would be a good thing IMHO.

Yes, but byte DCE isn't enabled so a new pass will slow down the compiler out 
of its mere existence, no matter how faster than byte DCE it is.

I'm not saying that adding a new pass is out of question, but rather that it 
should be the last resort solution.

-- 
Eric Botcazou


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