[tarantool-patches] [RFC 0/2] lib/core/fiber: Allow to extend stack size via env variable

  • From: Cyrill Gorcunov <gorcunov@xxxxxxxxx>
  • To: tml <tarantool-patches@xxxxxxxxxxxxx>
  • Date: Tue, 19 Mar 2019 22:38:43 +0300

Guys, take a look please. I didn't write any test yet since it is rfc,
but ran custom stack size manually.

Cyrill Gorcunov (2):
  lib/core/fiber: Rename stack_direction to stack_growsdown
  lib/core/fiber: Allow to extend default stack size

 src/lib/core/fiber.c | 94 +++++++++++++++++++++++++++++++++++---------
 1 file changed, 76 insertions(+), 18 deletions(-)

-- 
2.20.1


Other related posts:

  • » [tarantool-patches] [RFC 0/2] lib/core/fiber: Allow to extend stack size via env variable - Cyrill Gorcunov