Bug 22643 - Allow JIT to function without property access repatching and arithmetic optimizations.
Summary: Allow JIT to function without property access repatching and arithmetic optim...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-04 01:50 PST by Gavin Barraclough
Modified: 2008-12-04 03:10 PST (History)
0 users

See Also:


Attachments
The patch (594.28 KB, patch)
2008-12-04 01:52 PST, Gavin Barraclough
oliver: review-
Details | Formatted Diff | Diff
Patch 2 (316.89 KB, patch)
2008-12-04 02:11 PST, Gavin Barraclough
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2008-12-04 01:50:20 PST
Removes about 1000 lines from JIT.cpp, reducing effort required to port.
Comment 1 Gavin Barraclough 2008-12-04 01:52:56 PST
Created attachment 25737 [details]
The patch
Comment 2 Oliver Hunt 2008-12-04 02:02:24 PST
Comment on attachment 25737 [details]
The patch

You break every non-apple mac build :D
Comment 3 Gavin Barraclough 2008-12-04 02:11:10 PST
Created attachment 25738 [details]
Patch 2
Comment 4 Gavin Barraclough 2008-12-04 03:10:42 PST
Sending        JavaScriptCore/ChangeLog
Sending        JavaScriptCore/GNUmakefile.am
Sending        JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
Sending        JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
Sending        JavaScriptCore/jit/JIT.cpp
Sending        JavaScriptCore/jit/JIT.h
Adding         JavaScriptCore/jit/JITArithmetic.cpp
Adding         JavaScriptCore/jit/JITPropertyAccess.cpp
Sending        JavaScriptCore/wtf/Platform.h
Transmitting file data .........
Committed revision 38992.