You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume you are talking about --symbol-ordering-file. We may want to include this feature, but I'm not certain if the --symbol-ordering-file is the best interface to implement it. It appears that ld.lld also supports --call-graph-profile-sort to optimize the section layout. However, I think we might want to allow users to pass a script file path to the linker, which would use the input section information as input and output the desired section order. Then, we could provide only this option instead of --symbol-ordering-file and --call-graph-profile-sort.
waarmond
changed the title
option --section-ordering-file
option section-ordering-file
Apr 12, 2024
waarmond
changed the title
option section-ordering-file
option --section-ordering-file
Apr 12, 2024
https://github.com/intel/thin-layout-optimizer is using
--text-section-ordering-file
(in lld - mysterious user called ruiu)Would it be worth to support?
The text was updated successfully, but these errors were encountered: