This is the mail archive of the gcc@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] What is lto_file_vtable for?


On Wed, Jun 11, 2008 at 4:38 PM, Ollie Wild <aaw@google.com> wrote:
> From what I can tell from grepping the lto source, the vtable entry in
> lto_file is set but never used.  Is this old code that never got
> removed or the beginning of an idea that never got implemented?
>
> I'm inclined to remove it if it's not doing anything.

It was needed when the LTO reader had to map DWARF2 sections.
It is obsolete now.

--Bill


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