[webkit-reviews] review requested: [Bug 28886] Build error using JIT with gcc 4.1.2 and ARM v5 : [Attachment 39925] Avoid __clear_cache built-in function if NO_CLEAR_CACHE define is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 08:01:06 PDT 2009


Gabor Loki <loki at inf.u-szeged.hu> has asked  for review:
Bug 28886: Build error using JIT with gcc 4.1.2 and ARM v5
https://bugs.webkit.org/show_bug.cgi?id=28886

Attachment 39925: Avoid __clear_cache built-in function if NO_CLEAR_CACHE
define is set
https://bugs.webkit.org/attachment.cgi?id=39925&action=review

------- Additional Comments from Gabor Loki <loki at inf.u-szeged.hu>
This patch adds an additional check for __clear_cache. If NO_CLEAR_CACHE is set
the execution will skip __clear_cache case.

I have also fixed a silly typo in the inline assembly.


More information about the webkit-reviews mailing list