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: Enable SSA at -O0


> 
> >+  /* We need to coalesce all names originating same SSA_NAME_VAR
> >+     so debug info remains undisturbed.  */
> >+  if (!optimize)
> 
> Would it make sense to do this at optimize <= 1?

I don't know. Variable splitting is quite standard technique in register
allocation.  I am not sure how serious we are about debug info quality
difference in between -O1 and -O2

Honza


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