Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH 0/2] fiber: A few cleanups
@ 2019-04-11 22:17 Cyrill Gorcunov
  2019-04-11 22:17 ` [tarantool-patches] [PATCH 1/2] fiber: Drop unused FIBER_CALL_STACK Cyrill Gorcunov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cyrill Gorcunov @ 2019-04-11 22:17 UTC (permalink / raw)
  To: tml; +Cc: Cyrill Gorcunov

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-12 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-11 22:17 [tarantool-patches] [PATCH 0/2] fiber: A few cleanups Cyrill Gorcunov
2019-04-11 22:17 ` [tarantool-patches] [PATCH 1/2] fiber: Drop unused FIBER_CALL_STACK Cyrill Gorcunov
2019-04-11 22:17 ` [tarantool-patches] [PATCH 2/2] fiber: Define constants for reserved fids Cyrill Gorcunov
2019-04-12 15:15 ` [tarantool-patches] [PATCH 0/2] fiber: A few cleanups Vladimir Davydov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox