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] PR 12389


On Sun, 19 Oct 2003 03:46:16 +0200, Jan Hubicka <hubicka@ucw.cz> wrote:

> Why do we need knowing whether function is inlined in dwarf2out at first
> place?

Because when a function is inlined the dwarf2 debug info is divided into
abstract and concrete instances; for each inline function there is one
abstract instance and possibly many concrete instances, one at each place
it is inlined, and one for any out-of-line copy. 

Jason


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