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: Updated no_reorder patchkit


> This version addresses earlier comments and has an updated testsuite
> (still no LTO tests however). The assembler statements also
> no stay in order with ordered statements.
> 
> It doesn't disable sorting of paritions with ordered symbols. I think
> that's an existing bug and is best addressed separately.

Yep, we actually should output two orders - one for Makefile priorities (sorted
by size) and one for final link command.  That would solve the problem.

Honza
> 
> Passed LTO boot strap and test on x86_64-linux, plus build
> of a large project that needs LTO order.
> 
> -Andi


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