Bug 33203

Summary: Remove an unnecessary cacheFlush from ARM_TRADITIONAL JIT
Product: WebKit Reporter: Gabor Loki <loki>
Component: JavaScriptCoreAssignee: Gabor Loki <loki>
Status: RESOLVED FIXED    
Severity: Enhancement CC: barraclough, eric, laszlo.gombos, oliver, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Remove an unnecessary cacheFlush from ARM_TRADITIONAL JIT
barraclough: review+
results on ARMv7 none

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.