RESOLVED FIXED 69890
DFG JIT 32_64 - Fix silentFillGPR for non-integer constants.
https://bugs.webkit.org/show_bug.cgi?id=69890
Summary DFG JIT 32_64 - Fix silentFillGPR for non-integer constants.
Gavin Barraclough
Reported 2011-10-11 18:09:37 PDT
Cell constants are currently hitting the valueOfInt32Constant case, there is no constant handling for JSValues.
Attachments
The patch (3.59 KB, patch)
2011-10-11 18:10 PDT, Gavin Barraclough
oliver: review+
Gavin Barraclough
Comment 1 2011-10-11 18:10:49 PDT
Created attachment 110620 [details] The patch
Gavin Barraclough
Comment 2 2011-10-11 18:52:46 PDT
Fixed in r97216.
Note You need to log in before you can comment on or make changes to this bug.