Bug 95424

Summary: [BlackBerry] Switch to DFG JIT
Product: WebKit Reporter: George Staikos <staikos>
Component: WebKit BlackBerryAssignee: George Staikos <staikos>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: gyuyoung.kim, rakuco, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

George Staikos
Reported 2012-08-29 23:04:18 PDT
Switch to DFG JIT
Attachments
Patch (1.26 KB, patch)
2012-08-29 23:08 PDT, George Staikos
no flags
George Staikos
Comment 1 2012-08-29 23:08:08 PDT
Gyuyoung Kim
Comment 2 2012-08-30 18:37:25 PDT
Comment on attachment 161406 [details] Patch Don't you need to add DFG_JIT to WebKitFeatures.cmake as well ? I hope to use this feature for EFL port as well.
Gyuyoung Kim
Comment 3 2012-08-30 20:23:51 PDT
I file a new bug(Bug 95524) for EFL port's DFG JIT.
Raphael Kubo da Costa (:rakuco)
Comment 4 2012-08-31 01:49:29 PDT
How does this interact with the checks already in place in wtf/Platform.h that enable DFG_JIT on Blackberry depending on ENABLE(JIT), which is on by default?
Gyuyoung Kim
Comment 5 2012-08-31 02:20:21 PDT
I close my bug because ENABLE_DFG_JIT needs to be enabled by the kind of platform. http://trac.webkit.org/browser/trunk/Source/WTF/wtf/Platform.h#L919 Beside blackberry port already enabled ENABLE_DFG_JIT on ARM thumb2. IMO, wtf/Platform.h is more proper place for ENABLE_DFG_JIT for now.
George Staikos
Comment 6 2012-11-20 11:07:19 PST
Already done
Note You need to log in before you can comment on or make changes to this bug.