Bug 74527

Summary: DFG relies on returning a struct in registers
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
fix ggaren: review+

Description Gavin Barraclough 2011-12-14 11:29:51 PST
This will not work on all platforms.  Returning a uint64_t will more reliably achieve what we want, on 32-bit platforms (on 64-bit, stick with the struct return).
Comment 1 Gavin Barraclough 2011-12-14 11:31:38 PST
Created attachment 119264 [details]
fix
Comment 2 Geoffrey Garen 2011-12-14 11:38:10 PST
Comment on attachment 119264 [details]
fix

r=me
Comment 3 Gavin Barraclough 2011-12-14 12:51:36 PST
Fixed in r102811