Bug 52021 - zeroDouble broken on ARMv7
Summary: zeroDouble broken on ARMv7
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-06 14:52 PST by Gavin Barraclough
Modified: 2011-01-06 16:40 PST (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-01-06 14:52:24 PST
Actually loads the value 2.0 into a register, instead.
This affects jtrue, jfalse.
Comment 1 Gavin Barraclough 2011-01-06 16:40:47 PST
fixed in r75210.

Zoltan, Gabor,

Given the interface changes, it might make sense to do something similar on ARM too, but I'll leave this choice up to you (I see not bug to fix here on ARM, but a direct compare to zero may be faster).

cheers,
G.