mirror of https://git.musl-libc.org/git/musl
Browse Source
this change is a workaround for the inability of current compilers to perform "shrink wrapping" optimizations. in casual testing, it roughly doubled the performance of pthread_once when called on an already-finished once control object.master
1 changed files with 12 additions and 8 deletions
Loading…
Reference in new issue