• R
    manually "shrink wrap" fast path in pthread_once · dc95322e
    Rich Felker 提交于
    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.
    dc95322e
pthread_once.c 1.2 KB