public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Diego Novillo <dnovillo@google.com>
To: Richard Guenther <rguenther@suse.de>
Cc: gcc@gnu.org, Jan Hubicka <jh@suse.cz>, Lawrence Crowl <crowl@google.com>
Subject: Re: [pph] Adapting LTO streaming for front end AST saving
Date: Wed, 23 Mar 2011 15:11:00 -0000	[thread overview]
Message-ID: <AANLkTi=TJLGRKb2NvE2BXGWW378NVnEDk_p4zHJYMgf9@mail.gmail.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1103231551400.810@zhemvz.fhfr.qr>

On Wed, Mar 23, 2011 at 10:53, Richard Guenther <rguenther@suse.de> wrote:

> Yes, Micha has a load of patches cleaning up streaming and removing
> unecessary abstraction.  So, why'd you need to share any of it?

Removing unnecessary abstraction is fine.  But there is a bunch of
code that will be common, in particular: building string index tables,
symbol tables (the decl index), reading/writing hooks to use other
file formats (pph are not elf files) and basic trees (particularly,
decls, constants, expressions).

We could add anything that is specific to the front end we can add
with callbacks.  But duplicating all that common code seems wasteful.


Diego.

  reply	other threads:[~2011-03-23 15:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-23 14:47 Diego Novillo
2011-03-23 14:53 ` Richard Guenther
2011-03-23 15:11   ` Diego Novillo [this message]
2011-03-23 16:39   ` Jan Hubicka
2011-03-23 16:49     ` Diego Novillo
2011-03-23 17:58       ` Diego Novillo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTi=TJLGRKb2NvE2BXGWW378NVnEDk_p4zHJYMgf9@mail.gmail.com' \
    --to=dnovillo@google.com \
    --cc=crowl@google.com \
    --cc=gcc@gnu.org \
    --cc=jh@suse.cz \
    --cc=rguenther@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).