[PATCH 1/2] x86: make TC_FRAG_INIT() resolve to a function call
Jan Beulich
jbeulich@suse.com
Fri Aug 29 12:28:55 GMT 2025
On 29.08.2025 13:47, Jan Beulich wrote:
> This way we can avoid making various global variables non-static. Their
> set it to only ever grow, really.
With every frag having tc_frag_data (currently 40 bytes), but only
relaxable ones actually using the data, should we perhaps consider making
TC_FRAG_TYPE a pointer to struct i386_tc_frag_data, allocated in
i386_frag_init()?
Jan
More information about the Binutils
mailing list