Bug 22639 - Allow JIT to function without call repatching.
Summary: Allow JIT to function without call repatching.
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-03 16:57 PST by Gavin Barraclough
Modified: 2008-12-03 21:43 PST (History)
0 users

See Also:


Attachments
The patch (680.75 KB, patch)
2008-12-03 17:00 PST, Gavin Barraclough
zwarich: 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-03 16:57:58 PST
I would also compile out all associated datastructures, but right now this results in gcc dying in a fire.
Comment 1 Gavin Barraclough 2008-12-03 17:00:30 PST
Created attachment 25726 [details]
The patch
Comment 2 Cameron Zwarich (cpst) 2008-12-03 19:40:23 PST
Comment on attachment 25726 [details]
The patch

You should add jit/JITInlineMethods.h to the VS project file, and also add the correct files to the GTK makefiles.

With those changes, r=me.
Comment 3 Gavin Barraclough 2008-12-03 21:43:24 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/JITCall.cpp
Adding         JavaScriptCore/jit/JITInlineMethods.h
Sending        JavaScriptCore/wtf/Platform.h
Transmitting file data .........
Committed revision 38984.