From: Vladimir Davydov <vdavydov.dev@gmail.com>
To: Kirill Shcherbatov <kshcherbatov@tarantool.org>
Cc: tarantool-patches@freelists.org
Subject: Re: [tarantool-patches] Re: [PATCH v1 1/1] Implement mp_stack_top for mp_stack class
Date: Sun, 7 Apr 2019 15:02:24 +0300 [thread overview]
Message-ID: <20190407120224.npbio6tka5r645jc@esperanza> (raw)
In-Reply-To: <d16ac28c-4363-92b1-09b8-2cde031d1da6@tarantool.org>
On Fri, Apr 05, 2019 at 08:17:23PM +0300, Kirill Shcherbatov wrote:
> Introduced a new mp_stack_top method for mp_stack class to
> return the pointer to a top frame of the stack.
>
> Class methods have been redesigned so that this new mp_stack_top
> helper fits into the API naturally.
>
> This is required in scope of multikey indexes to keep a pointer
> to a multikey frame and extract currently processed item index
> of this frame later.
>
> Needed for https://github.com/tarantool/tarantool/issues/1257
> ---
> msgpuck.c | 16 ++++++------
> msgpuck.h | 77 +++++++++++++++++++++----------------------------------
> 2 files changed, 37 insertions(+), 56 deletions(-)
Pushed to tarantool-msgpuck:master.
prev parent reply other threads:[~2019-04-07 12:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-02 15:49 Kirill Shcherbatov
2019-04-03 12:12 ` Vladimir Davydov
2019-04-03 15:16 ` [tarantool-patches] " Kirill Shcherbatov
2019-04-03 15:40 ` Vladimir Davydov
2019-04-03 17:49 ` Kirill Shcherbatov
2019-04-04 15:42 ` Vladimir Davydov
2019-04-05 17:17 ` Kirill Shcherbatov
2019-04-07 12:02 ` Vladimir Davydov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190407120224.npbio6tka5r645jc@esperanza \
--to=vdavydov.dev@gmail.com \
--cc=kshcherbatov@tarantool.org \
--cc=tarantool-patches@freelists.org \
--subject='Re: [tarantool-patches] Re: [PATCH v1 1/1] Implement mp_stack_top for mp_stack class' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox