[libc-commits] [libc] [libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (PR #73469)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Wed Nov 29 06:44:38 PST 2023
SchrodingerZhu wrote:
Hi, @gchatelet
Fair enough. I will definitely split large patches.
Things like `HashTable` folder can be moved to `hsearch` once it is pretty sure that it won't be useful in other part. For now, from what I have inferred from current codebase, the entrypoint definitions are "clean" while all potentially complicated and general implementations goes into `__support`. That's why I also made it in this way.
I would like to write a few syscall wrappers for libc once I have spare time. It's a cool project to contribute to. I will try to discuss best practices with you.
Thanks for letting me know!
Best,
Yifan
https://github.com/llvm/llvm-project/pull/73469
More information about the libc-commits
mailing list