WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
227070
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Zan Dobersek
Comment 1
2021-06-16 08:15:21 PDT
Created
attachment 431548
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug