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: [LTO merge][8/15] GIMPLE streamer


On Tue, Sep 29, 2009 at 18:52, Joseph S. Myers <joseph@codesourcery.com> wrote:
> On Mon, 28 Sep 2009, Diego Novillo wrote:
>
>> This patch adds the gimple streamer.
>
> My comments on this patch relate to the portability of output (to
> different hosts for the same target), diagnostics and error handling.

Bytecode portability is a good goal, but it was never a design
parameter (at least not to us).  To fix these issues, we will need to
insert a translation layer in the streamer.

Would you object if this work is done as a follow-up during stage3 or
may be as a 4.6 feature?  The majority of use cases for LTO will
involve bytecode generation and consumption in the same build.

I am fixing the rest of the comment you had.


Thanks.  Diego.


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