Bug 63669

Summary: DFG JIT - fix spectral-norm regression
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   

Gavin Barraclough
Reported 2011-06-29 16:35:40 PDT
The problem is a mis-speculation leading to us falling off the speculative path. Make the speculation logic slightly smarter, don't predict int if one of the operands is already loaded as a double (we use this logic already for compares).
Attachments
Gavin Barraclough
Comment 1 2011-06-29 21:54:29 PDT
Fixed in r90065
Note You need to log in before you can comment on or make changes to this bug.