Bug 156043 - [JSC][x86] Add the 3 operands forms of floating point addition and multiplication
Summary: [JSC][x86] Add the 3 operands forms of floating point addition and multiplica...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-30 15:44 PDT by Benjamin Poulain
Modified: 2016-04-18 14:58 PDT (History)
7 users (show)

See Also:


Attachments
Patch (37.17 KB, patch)
2016-03-30 16:02 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff
Patch for landing (37.17 KB, patch)
2016-03-30 17:58 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2016-03-30 15:44:25 PDT
[JSC][x86] Add the 3 operands forms of floating point addition and multiplication
Comment 1 Benjamin Poulain 2016-03-30 16:02:20 PDT
Created attachment 275232 [details]
Patch
Comment 2 Geoffrey Garen 2016-03-30 17:08:48 PDT
Comment on attachment 275232 [details]
Patch

r=me
Comment 3 Benjamin Poulain 2016-03-30 17:58:09 PDT
Created attachment 275246 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2016-03-30 19:05:11 PDT
Comment on attachment 275246 [details]
Patch for landing

Clearing flags on attachment: 275246

Committed r198873: <http://trac.webkit.org/changeset/198873>
Comment 5 WebKit Commit Bot 2016-03-30 19:05:15 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Mark Lam 2016-03-31 09:13:26 PDT
There was an infinite recursion bug in r198873 which was fixed in r198894: <http://trac.webkit.org/r198894>.
Comment 7 Filip Pizlo 2016-04-18 14:58:30 PDT
This is 10x regression on some hardware.