RESOLVED INVALID227070
Provide specialized SFrameCompatibilityPrefixBuffer constructors to avoid calling convention peculiarities
https://bugs.webkit.org/show_bug.cgi?id=227070
Summary Provide specialized SFrameCompatibilityPrefixBuffer constructors to avoid cal...
Zan Dobersek
Reported 2021-06-16 08:09:22 PDT
Provide specialized SFrameCompatibilityPrefixBuffer constructors to avoid calling convention peculiarities
Attachments
Patch (4.59 KB, patch)
2021-06-16 08:15 PDT, Zan Dobersek
no flags
Zan Dobersek
Comment 1 2021-06-16 08:15:21 PDT
Zan Dobersek
Comment 2 2021-06-16 08:25:32 PDT
This ends up not being a problem for such list initialization of different objects, since list initializations have specified (i.e. properly ordered) evaluation order of its arguments. Only function calls don't have that, leading to the usual use-after-move problems. So this change is not necessary.
Note You need to log in before you can comment on or make changes to this bug.