mirror of https://git.musl-libc.org/git/musl
Browse Source
aside from being invalid, the early check only optimized the error case, and likely pessimized the common case by separating the two branches on isascii(c) at opposite ends of the function.master
1 changed files with 3 additions and 6 deletions
Loading…
Reference in new issue