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: [tree-ssa] Block merging (updated)


On Wed, Jan 14, 2004 at 09:55:29PM -0700, law@redhat.com wrote:
> IIRC the kernel folks take the address of labels not used in active
> flow control and pass them around for some reason or another.  Apparently
> it's useful to them.  Richard probably remembers more.

Mostly for logging a bug with an address.  

I think that's fallen out of favour in more recent kernels (though not
extinct to be sure) simply because they've realized that lots of in-line
logging bulks up the code something fierce, and once you're out of line
you can use __builtin_return_address to get the same thing.


r~


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