[webkit-reviews] review requested: [Bug 46511] Support emit_op_mod() for MIPS on JSVALUE32_64 : [Attachment 68750] Use MIPS div for op_mod on JSVALUE32_64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 14:29:03 PDT 2010


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

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

------- Additional Comments from Chao-ying Fu <fu at mips.com>
This patch for JITArithmetic32_64.cpp is similar to the earlier patch for
JITArithmetic.cpp.  It uses MIPS div instructions for emit_op_mod().  The
testing is ok on MIPS.	Thanks!

Ex:
0 regressions found.
0 tests fixed.
OK.


More information about the webkit-reviews mailing list