Bug 34536 - wx port: JavascriptCore doesn't have JIT enabled
Summary: wx port: JavascriptCore doesn't have JIT enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-03 10:36 PST by Kevin Watters
Modified: 2010-02-03 11:17 PST (History)
1 user (show)

See Also:


Attachments
enables JSCore jit support when PLATFORM(WX) (1.95 KB, patch)
2010-02-03 10:36 PST, Kevin Watters
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2010-02-03 10:36:54 PST
Created attachment 48052 [details]
enables JSCore jit support when PLATFORM(WX)

Platform.h can be changed to enable JIT support for the wx port.
Comment 1 Kevin Ollivier 2010-02-03 11:17:31 PST
Landed in r54287, thanks!