[PATCH] D25766: [ELF] - Implemented --section-ordering-file option.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 11:00:37 PDT 2016


davide added a comment.

In https://reviews.llvm.org/D25766#574368, @ruiu wrote:

> Is this effort coordinated with Davide?


Yes! Thanks George for taking care of this.
BTW, I think the hard part of this feature is trying to evaluate and understand if it's worth it.
You may want to do some benchmarking/write a systap/dtrace script to collect data and feed into the linker and make sure this has some real impact. I recommend to use bare metal for testing and not VM as the results might be unreliable.
Rui, Rafael, what do you think?


https://reviews.llvm.org/D25766





More information about the llvm-commits mailing list