Bug 69890 - DFG JIT 32_64 - Fix silentFillGPR for non-integer constants.
Summary: DFG JIT 32_64 - Fix silentFillGPR for non-integer constants.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-11 18:09 PDT by Gavin Barraclough
Modified: 2011-10-11 18:52 PDT (History)
0 users

See Also:


Attachments
The patch (3.59 KB, patch)
2011-10-11 18:10 PDT, Gavin Barraclough
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-10-11 18:09:37 PDT
Cell constants are currently hitting the valueOfInt32Constant case, there is no constant handling for JSValues.
Comment 1 Gavin Barraclough 2011-10-11 18:10:49 PDT
Created attachment 110620 [details]
The patch
Comment 2 Gavin Barraclough 2011-10-11 18:52:46 PDT
Fixed in r97216.