From: Sergey Kaplun via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH luajit] Consider slots used by upvalues in use-def analysis. Date: Thu, 8 Feb 2024 14:24:49 +0300 [thread overview] Message-ID: <ZcS6AaqVQHjMz29L@root> (raw) In-Reply-To: <a683c83b-8e0b-41d2-9763-e121706886fd@tarantool.org> Hi, Sergey! Thanks for the review! Fixed your comment and force-pushed the branch. On 08.02.24, Sergey Bronnikov wrote: > Hi, Sergey > > thanks for the patch! LGTM with a minor comment > > On 2/7/24 17:51, Sergey Kaplun wrote: > > From: Mike Pall <mike> > > > > Reported by XmiliaH. > > > > (cherry picked from commit 3a654999c6f00de4cb9e61232d23579442e544a0) > > > > `snap_usedef()` analysis doesn't check slots for child upvalues of the > > currentlly recorded function in use-def analysis. Hence, such slots may > typo: currentlly Fixed, thanks! The new commit message is the following: | Consider slots used by upvalues in use-def analysis. | | Reported by XmiliaH. | | (cherry picked from commit 3a654999c6f00de4cb9e61232d23579442e544a0) | | `snap_usedef()` analysis doesn't check slots for child upvalues of the | currently recorded function in use-def analysis. Hence, such slots may | be considered unused and not stored in the snapshot. So on snapshot | restoration, values from these slots may be lost. | | This patch adds a marking for all such local upvalues. | | Sergey Kaplun: | * added the description and the test for the problem | | Part of tarantool/tarantool#9595 > > be considered unused and not stored in the snapshot. So on snapshot > > restoration, values from these slots may be lost. > > > > This patch adds a marking for all such local upvalues. > > > > Sergey Kaplun: > > * added the description and the test for the problem > > > > Part of tarantool/tarantool#9595 > > --- -- Best regards, Sergey Kaplun
next prev parent reply other threads:[~2024-02-08 11:28 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-02-07 14:51 Sergey Kaplun via Tarantool-patches 2024-02-08 11:11 ` Sergey Bronnikov via Tarantool-patches 2024-02-08 11:24 ` Sergey Kaplun via Tarantool-patches [this message] 2024-02-08 12:49 ` Sergey Bronnikov via Tarantool-patches 2024-02-09 16:54 ` Maxim Kokryashkin via Tarantool-patches 2024-02-15 13:48 ` Igor Munkin via Tarantool-patches
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=ZcS6AaqVQHjMz29L@root \ --to=tarantool-patches@dev.tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit] Consider slots used by upvalues in use-def analysis.' \ /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