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: [debuglocus] do not generate debuglocus unless -g


Aldy Hernandez wrote:
hmm. I'd rather change it to check at a lower level than within the callers.

It would take ever so slightly a hair longer at compile time, but it keeps the same compile path which is useful.

Yeah, I thought about doing it in the callees as well, but decided against it because of compile time. But now that I think of it, it's probably minimal, and keeping the same compile path is indeed helpful.

How about this?


Look good.


Andrew


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