[Tarantool-patches] [PATCH v3] refactoring: drop excess 16Kb bss buffer

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Fri Feb 14 00:54:41 MSK 2020


Hi! Thanks for the patch! LGTM.

On 13/02/2020 09:06, Sergey Kaplun wrote:
> We already have 12Kb thread-safe static buffer
> in `lib/small/small/static.h`, that can be used instead of 16Kb
> bss buffer in `src/lib/core/backtrace.cc` for backtrace payload.
> 
> Closes #4650
> ---
> 
> branch: https://github.com/tarantool/tarantool/tree/skaplun/drop-bss-buff
> issue: https://github.com/tarantool/tarantool/issues/4650
> 
>  src/lib/core/backtrace.cc | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)


More information about the Tarantool-patches mailing list