Bug 33203 - Remove an unnecessary cacheFlush from ARM_TRADITIONAL JIT
Summary: Remove an unnecessary cacheFlush from ARM_TRADITIONAL JIT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Enhancement
Assignee: Gabor Loki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-05 02:33 PST by Gabor Loki
Modified: 2010-05-04 04:54 PDT (History)
5 users (show)

See Also:


Attachments
Remove an unnecessary cacheFlush from ARM_TRADITIONAL JIT (7.33 KB, patch)
2010-01-05 02:34 PST, Gabor Loki
barraclough: review+
Details | Formatted Diff | Diff
results on ARMv7 (6.42 KB, text/plain)
2010-01-05 02:37 PST, Gabor Loki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Loki 2010-01-05 02:33:09 PST
There is an unnecessary cacheFlush in ARM JIT.
I am going to add the patch and the results on ARMv7.
Comment 1 Gabor Loki 2010-01-05 02:34:27 PST
Created attachment 45876 [details]
Remove an unnecessary cacheFlush from ARM_TRADITIONAL JIT
Comment 2 WebKit Review Bot 2010-01-05 02:34:53 PST
style-queue ran check-webkit-style on attachment 45876 [details] without any errors.
Comment 3 Gabor Loki 2010-01-05 02:37:18 PST
Created attachment 45877 [details]
results on ARMv7
Comment 4 Eric Seidel (no email) 2010-01-05 12:48:18 PST
Gavin or Oliver would be your best bet for reviewers.
Comment 5 Gabor Loki 2010-01-08 00:02:27 PST
Committed revision 52977.