- Apr 03, 2019
- Apr 01, 2019
-
-
Qi Wang authored
-
- Mar 29, 2019
- Mar 15, 2019
- Mar 09, 2019
-
-
Qi Wang authored
When it happens, this might cause a slowdown on the fast path operations. However such case is very rare.
-
Qi Wang authored
In some rare cases (older compiler, e.g. gcc 4.2 w/ MIPS), 8-bit atomics might be unavailable. Detect such cases so that we can workaround.
-
Jason Evans authored
This regression was introduced by 3d29d11a (Clean compilation -Wextra).
-
- Mar 04, 2019
-
- Feb 22, 2019
-
-
Jason Evans authored
These macros have been unused since d4ac7582 (Introduce a backport of C11 atomics).
-
Dave Rigby authored
Proposed fix for #1444 - ensure that `tls_callback` in the `#pragma comment(linker)`directive gets the same prefix added as it does i the C declaration.
-
Qi Wang authored
Only triggers libgcc unwind init when prof is enabled. This helps workaround some bootstrapping issues.
-
- Feb 21, 2019
-
-
Jason Evans authored
This fixes a build failure when integrating with FreeBSD's libc. This regression was introduced by d1e11d48 (Move tsd link and in_hook after tcache.).
-
- Feb 08, 2019
-
-
Qi Wang authored
However, skip building the docs (and output warnings) if XML support is missing. This allows `make install` to succeed w/o `make dist`.
-
- Feb 07, 2019
- Feb 04, 2019
-
-
Qi Wang authored
-
- Feb 01, 2019
-
-
Qi Wang authored
This adds some overhead to the tcache flush path (which is one of the popular paths). Guard it behind a config option.
-
- Jan 29, 2019
-
-
Qi Wang authored
-
- Jan 25, 2019
- Jan 24, 2019
-
-
Qi Wang authored
This feature uses an dedicated arena to handle huge requests, which significantly improves VM fragmentation. In production workload we tested it often reduces VM size by >30%.
-
Qi Wang authored
This helps us avoid issues with size based routing (i.e. the huge_threshold feature).
-
Edward Tomasz Napierala authored
-
Qi Wang authored
-
Qi Wang authored
The rate calculation for the total row was missing.
-
- Jan 16, 2019
- Jan 14, 2019
-
-
Jason Evans authored
This reverts commit 646af596.
-
Jason Evans authored
This reverts commit fc13a7f1.
-
- Jan 12, 2019
- Jan 11, 2019
-
-
Jason Evans authored
The --branch parameter is unnecessary, and may avoid problems when testing directly on the dev branch.
-
Jason Evans authored
-