[qt/clang/llvm]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/clang/llvm Pushed by mirror-service into branch 'upstream/users/aokblast/libcxx/speedup_stdinbuf_xsgetn'. Changed from 0000000000000000000000000000000000000000 to 3fe8ab44b769ed1a0c79f21a2643485ada4780dd Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 3fe8ab44b769ed1a0c79f21a2643485ada4780dd by ShengYi Hung on 25/07/2026 at 10:42.. [libcxx] Speed up xsgetn for always_noconv In the always_noconv path, optimize character reads in the same way as xsgetn. Unlike fread, getwc has different semantics, so the same optimization cannot be applied to wide characters. Therefore, only optimize the char path. https://invent.kde.org/qt/clang/llvm/-/commit/3fe8ab44b769ed1a0c79f21a2643485ada4780dd