From: Igor Munkin via Tarantool-patches <tarantool-patches@dev.tarantool.org> To: Sergey Kaplun <skaplun@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: Re: [Tarantool-patches] [PATCH luajit] Simplify handling of instable types in TNEW/TDUP load forwarding. Date: Thu, 15 Feb 2024 13:45:11 +0000 [thread overview] Message-ID: <Zc4VZ-YcFBmbomfH@tarantool.org> (raw) In-Reply-To: <20240122110344.5401-1-skaplun@tarantool.org> Sergey, I've checked the patchset into all long-term branches in tarantool/luajit and bumped a new version in master, release/3.0 and release/2.11. On 22.01.24, Sergey Kaplun via Tarantool-patches wrote: > From: Mike Pall <mike> > > Thanks to Peter Cawley. > > (cherry picked from commit c42c62e71a45a677b8b1cbf749bd33cf4d5918ff) > > This patch is a follow-up for the commit > b89186cb03e79359847cdbeb000a830cc464db35 ("Fix handling of instable > types in TNEW/TDUP load forwarding."). The problem still occurs when > TDUP load forwarding is performed for the boolean value. The > `fwd_ahload()` always takes the type of IR without checking the type of > the TValue for this iteration. > > This patch solves the issue by returning the expected type of the TValue > from the constant table (or `nil` for TNEW IR) instead. In the case of > type instability, the error in `loop_unroll()` will be raised, and the > loop will be unrolled for one more iteration to prevent inconsistencies. > > Sergey Kaplun: > * added the description and the test for the problem > > Part of tarantool/tarantool#9595 > --- > > Branch: https://github.com/tarantool/luajit/tree/skaplun/lj-994-instable-pri-types > Tarantool PR: https://github.com/tarantool/tarantool/pull/9608 > Related issues: > * https://github.com/tarantool/tarantool/issues/9595 > * https://github.com/LuaJIT/LuaJIT/issues/994 > > src/lj_opt_mem.c | 20 +++++++++---------- > ...instable-types-during-loop-unroll.test.lua | 15 +++++++++++++- > 2 files changed, 23 insertions(+), 12 deletions(-) > <snipped> > -- > 2.43.0 > -- Best regards, IM
prev parent reply other threads:[~2024-02-15 13:56 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2024-01-22 11:03 Sergey Kaplun via Tarantool-patches 2024-01-23 8:04 ` Sergey Bronnikov via Tarantool-patches 2024-01-23 13:22 ` Sergey Kaplun via Tarantool-patches 2024-01-25 7:56 ` Sergey Bronnikov via Tarantool-patches 2024-01-25 7:57 ` Sergey Bronnikov via Tarantool-patches 2024-01-29 11:52 ` Maxim Kokryashkin via Tarantool-patches 2024-02-15 13:45 ` Igor Munkin via Tarantool-patches [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=Zc4VZ-YcFBmbomfH@tarantool.org \ --to=tarantool-patches@dev.tarantool.org \ --cc=imun@tarantool.org \ --cc=skaplun@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH luajit] Simplify handling of instable types in TNEW/TDUP load forwarding.' \ /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