[Webkit-unassigned] [Bug 30144] MIPS JIT Supports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 11:04:53 PDT 2009


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


Chao-ying Fu <fu at mips.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41741|0                           |1
        is obsolete|                            |
  Attachment #41741|review?                     |
               Flag|                            |
  Attachment #42114|                            |review?
               Flag|                            |




--- Comment #22 from Chao-ying Fu <fu at mips.com>  2009-10-29 11:04:51 PDT ---
Created an attachment (id=42114)
 --> (https://bugs.webkit.org/attachment.cgi?id=42114)
MIPS JIT Patch 20091029

I updated the patch based on the review to remove redundant comments
and to use loadDelayNop() and copDelayNop().

Other changes in this patch:
1. For __clear_cache, we test (GCC_VERSION < 40500) to perform the workaround.
Since GCC 4.5 has the fix for MIPS, we don't need the workaround.

2. In linkWithOffset, we check "*(insn + 2) != 0x10000003" to generate j or
lui/ori/jr
for correctness.

3. Extra () are removed.

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