lto gimple types and debug info
Daniel Berlin
dberlin@dberlin.org
Mon Jul 28 09:03:00 GMT 2008
On Sun, Jul 27, 2008 at 7:48 PM, Kenneth Zadeck
<zadeck@naturalbridge.com> wrote:
> Daniel Berlin wrote:
>> you may of course be right and this is what we will end up doing, but the
> implications for whopr are not good. The parser is going to have to work
> in lockstep with the type merger
Why?
You don't want to merge the types in the debuginfo.
You only have to parse the debuginfo types that correspond to types
you've changed in some fashion
(and if you don't want to do that you only have to parse to update the
variable info, which means you don't even have to parse or follow the
DW_AT_type references)
More information about the Gcc
mailing list