This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [gold] issues with the lifetime of the archive passed to gold::Incremental_inputs::report_archive


Rafael Espindola <espindola@google.com> writes:

> We could create a class (extend  Incremental_inputs itself?) for
> incremental link information before opening the input files and update
> it as Incremental_inputs::report_* is called. Doing it this way
> gold::Incremental_inputs::sized_create_inputs_section_data would be a
> simpler method that just serializes the information.

I think this is the way to go.

> The third option is probably the most efficient. Is it the best one?
> Do you foresee any issues in trying to implement it?

I can't think of anything but I'm sure you'll find out....

Ian


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