[webkit-reviews] review requested: [Bug 42855] Support emit_op_mod() for MIPS : [Attachment 62358] Use div for MIPS op_mod

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 16:24:49 PDT 2010


Chao-ying Fu <fu at mips.com> has asked  for review:
Bug 42855: Support emit_op_mod() for MIPS
https://bugs.webkit.org/show_bug.cgi?id=42855

Attachment 62358: Use div for MIPS op_mod
https://bugs.webkit.org/attachment.cgi?id=62358&action=review

------- Additional Comments from Chao-ying Fu <fu at mips.com>
The patch replaces X86Registers::eax/ecx/edx with regT0/regT2/regT1, so that
MIPS can reuse source code to implement op_mod.  The MIPS build was ok, while I
didn't test x86 build.	Thanks!


More information about the webkit-reviews mailing list