RESOLVED FIXED 74527
DFG relies on returning a struct in registers
https://bugs.webkit.org/show_bug.cgi?id=74527
Summary DFG relies on returning a struct in registers
Gavin Barraclough
Reported 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).
Attachments
fix (3.63 KB, patch)
2011-12-14 11:31 PST, Gavin Barraclough
ggaren: review+
Gavin Barraclough
Comment 1 2011-12-14 11:31:38 PST
Geoffrey Garen
Comment 2 2011-12-14 11:38:10 PST
Comment on attachment 119264 [details] fix r=me
Gavin Barraclough
Comment 3 2011-12-14 12:51:36 PST
Fixed in r102811
Note You need to log in before you can comment on or make changes to this bug.