On Wed, Mar 23, 2011 at 10:53, Richard Guenther <rguent...@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 via email to