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] introduction of a new language hook for DWARF2 names


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Nicolas Setton wrote on 05/12/06 05:50:

> Ah, sorry, I didn't know that. I skimmed through
> http://gcc.gnu.org/projects/lto/lto.pdf, but couldn't find any
> indication of this...
>
This is actually a consequence of needing to recreate full compiler
state out of a disk stream and the ability of merging compilation units
from different languages (e.g. cross-language inlining).

When reading IL from a stream, we either need the ability to recreate
front-end state so that langhooks can be used or encode all necessary
information explicitly in the IL.

An initial plan to start addressing these issues exists in
http://gcc.gnu.org/wiki/LinkTimeCleanups
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEZHJEUTa2oAUaiwQRAp4+AKCFzF82ctqcUT5lXIMhPbj9mX5VAwCfaGji
uGbcQHq3hFwE7ZQ55cht88U=
=oGzF
-----END PGP SIGNATURE-----


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