From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: From: Cyrill Gorcunov Subject: [PATCH v3 0/3] core/fiber: Rework stack management Date: Wed, 6 Mar 2019 01:38:51 +0300 Message-Id: <20190305223854.14660-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: tarantool-patches@freelists.org Cc: vdavydov.dev@gmail.com, kostja@tarantool.org, Cyrill Gorcunov List-ID: Guys, take a look please once time permit. Deep testing is quite needed though I have no clue how to force lua to use stack intensively. Cyrill Gorcunov (3): core/fiber: Increase default stack size core/fiber: Mark stack as unneeded on creation core/fiber: Put watermarks into stack to track its usage src/lib/core/fiber.c | 200 ++++++++++++++++++++++++++++++++++++++++++- src/lib/core/fiber.h | 4 + 2 files changed, 200 insertions(+), 4 deletions(-) -- 2.20.1