[libc-commits] [libc] [libc] Template the writing mode for the writer class (PR #111559)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Oct 8 17:28:44 PDT 2024


michaelrj-google wrote:

I'm confused about the unnecessary code. The writer's pretty small, even including the parts that are only used for the function pointer side. Could it be that the linking is slow? The proposed solution makes everything header-only, making it one large `.o` file whereas currently the writer and converter are separate objects.

https://github.com/llvm/llvm-project/pull/111559


More information about the libc-commits mailing list