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: [RFC] Run fast RTL DCE pass at -O0


> Is running SSA DCE maybe cheaper?

I think this would break debugging, it's much more aggressive.  But I'll give 
it a whirl and see what happens.

> Doesn't this affect the ability to debug? 

No, it doesn't, only pseudos are DCEd like with flow.c.

> NOPs?

Yes, special NOPs inserted at -O0, they are quite rare.

-- 
Eric Botcazou


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