Bug 47948 - Remove support for JSVALUE32 from JSC
Summary: Remove support for JSVALUE32 from JSC
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 16:24 PDT by Oliver Hunt
Modified: 2010-10-19 17:20 PDT (History)
0 users

See Also:


Attachments
Patch (81.82 KB, patch)
2010-10-19 16:26 PDT, Oliver Hunt
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2010-10-19 16:24:44 PDT
Remove support for JSVALUE32 from JSC
Comment 1 Oliver Hunt 2010-10-19 16:26:12 PDT
Created attachment 71221 [details]
Patch
Comment 2 Geoffrey Garen 2010-10-19 16:41:02 PDT
Comment on attachment 71221 [details]
Patch

rs=me

Do we need to turn off the JIT on WINCE, too?
Comment 3 Oliver Hunt 2010-10-19 16:55:41 PDT
Committed r70111: <http://trac.webkit.org/changeset/70111>
Comment 4 Gavin Barraclough 2010-10-19 17:20:07 PDT
Comment on attachment 71221 [details]
Patch

I think JSNumberCell should go away ASAP, and there may be a number heap to go too?
The methods in JSNumberCell should also lose the deprecated ExecState* arguments.
r+, awesomez.