[tarantool-patches] [PATCH 0/2] fiber: A few cleanups

Cyrill Gorcunov gorcunov at gmail.com
Fri Apr 12 01:17:07 MSK 2019


While I'm researching fibers code I found a few things to cleanup:
 - dangling enum entry, which i think better to drop out
 - opencoded constants for fiber ids, which we should rather
   name with a meaning

Take a look once time permit.

Cyrill Gorcunov (2):
  fiber: Drop unused FIBER_CALL_STACK
  fiber: Define constants for reserved fids

 src/lib/core/fiber.c | 10 +++++-----
 src/lib/core/fiber.h | 12 +++++++++---
 src/lib/core/say.c   |  4 ++--
 3 files changed, 16 insertions(+), 10 deletions(-)

-- 
2.20.1





More information about the Tarantool-patches mailing list