Hi ,
I would like to know if there is any way to reorder functions in the object file in order to improve code locality by implementing subsections .text.hot.
GCC controls this behavior with ‘-f(no)-reorder-functions’ flag, is there any way to do so in clang?
Regards,
Priyanka