This is the mail archive of the
dwarf2@corp.sgi.com
mailing list for the dwarf2 project.
dwarf and clones
- To: dwarf2 at corp dot sgi dot com
- Subject: dwarf and clones
- From: Jason Merrill <jason at redhat dot com>
- Date: 13 Feb 2001 23:24:49 +0000
- Reply-To: Jason Merrill <jason at redhat dot com>
Some highly optimizing compilers (SGI's?) generate multiple copies of a
function specialized for particular arguments. How should such a thing be
represented?
The simplest option would be to treat each as a normal function, with
almost identical debugging information apart from code addresses. But it
occurs to me that another option would be to treat them as multiple
concrete instances of an inline function.
Thoughts?
Jason