mirror of https://git.musl-libc.org/git/musl
Browse Source
this slightly reduces the code size cost of TLS/thread-pointer for static linking since __init_tp can be inlined into its only caller and removed. this is analogous to the handling of __init_libc in __libc_start_main, where the function only has external linkage when it needs to be called from the dynamic linker.master
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue