[Webkit-unassigned] [Bug 111854] Making more sophisticated cache flush on ARM Linux platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 05:05:40 PDT 2013


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


Zoltan Herczeg <zherczeg at webkit.org> changed:

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




--- Comment #2 from Zoltan Herczeg <zherczeg at webkit.org>  2013-03-11 05:08:05 PST ---
(From update of attachment 192231)
Nice patch, but:

View in context: https://bugs.webkit.org/attachment.cgi?id=192231&action=review

> Source/JavaScriptCore/assembler/ARMAssembler.h:1060
> +            for (current = firstPageEnd; current < end; current += pageSize())

I think this is incorrect. Are you sure it is not "current + pageSize() < end"?

-- 
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