Ok, that makes sense. Thanks again:)
> -Original Message-
> From: Richard Biener [mailto:richard.guent...@gmail.com]
> Sent: 2020年3月26日 21:19
> To: lizekun (A)
> Cc: gcc@gcc.gnu.org
> Subject: Re: Question on lto-stream-out
>
> On Thu, Mar 26, 2020 at 2:
chard.
> Best regards!
>
> > -Original Message-
> > From: Richard Biener [mailto:richard.guent...@gmail.com]
> > Sent: 2020年3月26日 20:27
> > To: lizekun (A)
> > Cc: gcc@gcc.gnu.org
> > Subject: Re: Question on lto-stream-out
> >
> > On Thu,
we need to stream constructors to other section.
Best regards!
> -Original Message-
> From: Richard Biener [mailto:richard.guent...@gmail.com]
> Sent: 2020年3月26日 20:27
> To: lizekun (A)
> Cc: gcc@gcc.gnu.org
> Subject: Re: Question on lto-stream-out
>
> On Thu, M
On Thu, Mar 26, 2020 at 12:01 PM lizekun (A) wrote:
>
> Hi,
> I have a question on function "get_symbol_initial_value" in lto-stream-out.c.
>
> When the initial value of symbol is constructor, it will be replaced by an
> error_mark.
> What's the benefit of donging this? In some cases, it increase
Hi,
I have a question on function "get_symbol_initial_value" in lto-stream-out.c.
When the initial value of symbol is constructor, it will be replaced by an
error_mark.
What's the benefit of donging this? In some cases, it increases the size of
binary.
I would be grateful if anyone could help.