[Webkit-unassigned] [Bug 30144] MIPS JIT Supports
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 6 01:40:02 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=30144
--- Comment #27 from Gavin Barraclough <barraclough at apple.com> 2009-11-06 01:40:01 PDT ---
Just a quick warning, we're now specified that the MacroAssembler shift methods
must clamp the shift amount to the range 0..31 - see
http://trac.webkit.org/changeset/50595 .
On x86 this requires no additional code, since the operand to the shift is
implicitly clamped to this range. On the ARM platforms we plant an extra arm
instruction – I don't know what the specified behaviour is on MIPS, you may
need to do the same?
--
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