[Tarantool-patches] [PATCH luajit v2 4/7] core: introduce new mem_L field
Sergey Kaplun
skaplun at tarantool.org
Sat Dec 26 22:42:14 MSK 2020
Hi!
Thanks for the review!
On 26.12.20, Sergey Ostanevich wrote:
> Hi!
>
> Just some nits in the message, LGTM.
>
> Sergos.
>
> > On 25 Dec 2020, at 18:26, Sergey Kaplun <skaplun at tarantool.org> wrote:
> >
> > To determine currently allocating coroutine (that may not be equal to
> > currently executed one) a new field called mem_L is added to
> remove^^^^^^^ ^ the
Reworded commit message.
> > global_State structure. This field is set on each allocation event and
> > stores the coroutine address that is used for allocation.
> >
> > Part of tarantool/tarantool#5442
> > ---
<snipped>
> > 2.28.0
> >
>
Reworded commit message to the following. Branch is force-pushed.
===================================================================
core: introduce new mem_L field
To determine currently allocating coroutine (that may not be equal to
currently executed one) a new field mem_L is added to the
global_State structure. This field is set on each allocation event and
stores the coroutine address that is used for allocation.
Part of tarantool/tarantool#5442
===================================================================
--
Best regards,
Sergey Kaplun
More information about the Tarantool-patches
mailing list