[Webkit-unassigned] [Bug 38294] Add fast paths for Math.pow and Math.sqrt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 28 20:52:20 PDT 2010


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


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54640|review?                     |review+
               Flag|                            |




--- Comment #3 from Gavin Barraclough <barraclough at apple.com>  2010-04-28 20:52:20 PST ---
(From update of attachment 54640)
Have you tested USE(JSVALUE32)? – we shouldn't break this.

One thought that might help a little on x86-64, you could plant these
values:...
> +static const double oneConstant = 1.0;
> +static const double negativeHalfConstant = -0.5;
...somewhere in the JIT code buffers, then these could be loaded with a
PC-relative memory access.

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