Bug 47117

Summary: [BREWMP] Port ExecutableAllocator::cacheFlush to enable ARM JIT
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Bug Depends on:    
Bug Blocks: 33564    
Attachments:
Description Flags
Patch
none
Patch (Fix style error) none

Description Kwang Yul Seo 2010-10-04 14:50:01 PDT
Use IMemCache1 to flush data cache and invalidate instruction cache.
Comment 1 Kwang Yul Seo 2010-10-04 14:52:05 PDT
Created attachment 69690 [details]
Patch
Comment 2 WebKit Review Bot 2010-10-04 14:53:53 PDT
Attachment 69690 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
JavaScriptCore/jit/ExecutableAllocator.h:58:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Kwang Yul Seo 2010-10-04 14:55:25 PDT
Created attachment 69692 [details]
Patch (Fix style error)
Comment 4 WebKit Commit Bot 2010-10-05 12:14:51 PDT
Comment on attachment 69692 [details]
Patch (Fix style error)

Clearing flags on attachment: 69692

Committed r69135: <http://trac.webkit.org/changeset/69135>
Comment 5 WebKit Commit Bot 2010-10-05 12:14:57 PDT
All reviewed patches have been landed.  Closing bug.