[Webkit-unassigned] [Bug 46702] Remove unnecessary cacheFlush calls from Thumb-2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 28 00:42:37 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46702


Gabor Loki <loki at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #69029|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Gabor Loki <loki at webkit.org>  2010-09-28 00:42:37 PST ---
Created an attachment (id=69029)
 --> (https://bugs.webkit.org/attachment.cgi?id=69029)
Remove unnecessary cacheFlush calls from Thumb-2

The setPointer function calls setInt32 which calls cacheFlush on the corresponding instructions. So, there is no need for a second cacheFlush on the same address range.

SunSpider: 1.007x as fast
V8: 1.017x as fast

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list