mirror of https://git.musl-libc.org/git/musl
Browse Source
amusingly, this cuts more than 10% off the run time of printf("a"); on
the machine i tested it on.
sadly the same optimization is not possible for snprintf without
duplicating all the pseudo-FILE setup code, which is not worth it.
rs-1.0
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue