reorganize the __libc structure for threaded performance issues
we want to keep atomically updated fields (locks and thread count) and really anything writable far away from frequently-needed function pointers. stuff some rarely-needed function pointers in between to pad, hopefully up to a cache line boundary.
Showing
想要评论请 注册 或 登录