This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[lto] What is lto_file_vtable for?
- From: "Ollie Wild" <aaw at google dot com>
- To: "GCC Development" <gcc at gcc dot gnu dot org>
- Cc: "Kenneth Zadeck" <zadeck at naturalbridge dot com>
- Date: Wed, 11 Jun 2008 16:38:12 -0700
- Subject: [lto] What is lto_file_vtable for?
>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.
Ollie