Displaying 3 results from an estimated 3 matches for "function_reordering_pl".
2017 Jan 16
2
Your help needed: List of LLVM Open Projects 2017
...gorithm itself (function call
>>> > find_pettis_hansen_function_layout) rather than the reordering logic
>>> living
>>> > in the linker:
>>> > https://android.googlesource.com/toolchain/gcc/+/3f73d6ef904
>>> 58b45bbbb33ef4c2b174d4662a22d/gcc-4.6/function_reordering_pl
>>> ugin/function_reordering_plugin.c
>>> >
>>> >
>>> > I was thinking about this: could this be done by reorganizing the
>>> module
>>> > itself for LTO?
>>> >
>>> > That wouldn’t help non-LTO and ThinLTO tho...
2017 Jan 17
4
Your help needed: List of LLVM Open Projects 2017
...t;>> > find_pettis_hansen_function_layout) rather than the reordering
>>>>> logic living
>>>>> > in the linker:
>>>>> > https://android.googlesource.com/toolchain/gcc/+/3f73d6ef904
>>>>> 58b45bbbb33ef4c2b174d4662a22d/gcc-4.6/function_reordering_pl
>>>>> ugin/function_reordering_plugin.c
>>>>> >
>>>>> >
>>>>> > I was thinking about this: could this be done by reorganizing the
>>>>> module
>>>>> > itself for LTO?
>>>>> >
>...
2017 Jan 16
2
Your help needed: List of LLVM Open Projects 2017
...yout algorithm itself (function call
> > find_pettis_hansen_function_layout) rather than the reordering logic
> living
> > in the linker:
> > https://android.googlesource.com/toolchain/gcc/+/
> 3f73d6ef90458b45bbbb33ef4c2b174d4662a22d/gcc-4.6/function_
> reordering_plugin/function_reordering_plugin.c
> >
> >
> > I was thinking about this: could this be done by reorganizing the module
> > itself for LTO?
> >
> > That wouldn’t help non-LTO and ThinLTO though.
>
> This is a dimension that I think can be explored. The fact that it
> wouldn't he...