| Age | Commit message (Collapse) | Author |
|
|
|
Since this is thread local storage it can set the value directly rather
than needing to go through pthread_once. This gives a small speedup,
perhaps 4%.
|
|
using dynamic mode
|
|
|
|
|
|
|
|
getrandom syscall exists since enough time now (around 3.17) and
we save one file descriptor usage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Using __builtin_memset_inline from LLVM in few places.
__builtin_memset_inline being more recent, needs to be checked
separetely.
|
|
Differences with __builtin_memcpy are it does not generate
extra calls and it can work only with compile time sizes.
|
|
|
|
|
|
|
|
|
|
which does not fail and file descriptor-less.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
util_PinThreadToCpus enable DragonFlyBSD too
|
|
|
|
a given arch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
values in the process' memory, in order to estimate effectiveness of both methods
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it anyway
|