Bug 47948

Summary: Remove support for JSVALUE32 from JSC
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch ggaren: review+

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.