Bug 67085 - DFG JIT - ArithMod may clobber operands.
Summary: DFG JIT - ArithMod may clobber operands.
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: InRadar
Depends on:
Blocks:
 
Reported: 2011-08-26 21:17 PDT by Gavin Barraclough
Modified: 2011-08-26 21:20 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2011-08-26 21:17:24 PDT
unboxDouble must be called on a temporary.
Comment 1 Gavin Barraclough 2011-08-26 21:20:02 PDT
<rdar://problem/10012421>
Fixed in r93934.