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: WHOPR partitioning algorithm


On Mon, 6 Sep 2010 15:10:11 +0200 (CEST)
Richard Guenther <rguenther@suse.de> wrote:

> > Does the function information not change at all?
> 
> No.  What may change is the global types/decls section which could
> be a problem (I think the per-function type/decl info inherits
> from the global one?)

If that's true it probably wouldn't be too difficult to teach
the code I wrote for handling ld -r combined objects about this.
It already creates fake files, you could just plug in another
file.

-Andi

-- 
ak@linux.intel.com -- Speaking for myself only.


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