Bug 227070

Summary: Provide specialized SFrameCompatibilityPrefixBuffer constructors to avoid calling convention peculiarities
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED INVALID    
Severity: Normal CC: eric.carlson, ews-watchlist, glenn, hta, jer.noble, philipj, sergio, tommyw, vjaquez, youennf
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.