Bug 47117 - [BREWMP] Port ExecutableAllocator::cacheFlush to enable ARM JIT
Summary: [BREWMP] Port ExecutableAllocator::cacheFlush to enable ARM JIT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 33564
  Show dependency treegraph
 
Reported: 2010-10-04 14:50 PDT by Kwang Yul Seo
Modified: 2010-10-05 12:14 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.91 KB, patch)
2010-10-04 14:52 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff
Patch (Fix style error) (1.91 KB, patch)
2010-10-04 14:55 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.