[libc-commits] [libc] [libc][wctype] Create generation script for classification lookup tables (PR #172042)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Mon Dec 22 11:36:40 PST 2025
https://github.com/michaelrj-google commented:
Overall Looks good, I do think if we need to we could compress the classification tables more. There are long blocks of the same number so we could probably get some savings from run length encoding.
https://github.com/llvm/llvm-project/pull/172042
More information about the libc-commits
mailing list