Bug 69890

Summary: DFG JIT 32_64 - Fix silentFillGPR for non-integer constants.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
The patch oliver: review+

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.