Bug 152110 - [JSC] Add a Modulo operator to B3, and a chill variant
Summary: [JSC] Add a Modulo operator to B3, and a chill variant
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: 2015-12-10 01:19 PST by Benjamin Poulain
Modified: 2015-12-10 16:32 PST (History)
6 users (show)

See Also:


Attachments
Patch (56.96 KB, patch)
2015-12-10 01:20 PST, 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 2015-12-10 01:19:05 PST
[JSC] Add a Modulo operator to B3, and a chill variant
Comment 1 Benjamin Poulain 2015-12-10 01:20:42 PST
Created attachment 267079 [details]
Patch
Comment 2 Geoffrey Garen 2015-12-10 15:33:07 PST
Comment on attachment 267079 [details]
Patch

r=me
Comment 3 Geoffrey Garen 2015-12-10 15:42:38 PST
Might conflict with https://bugs.webkit.org/show_bug.cgi?id=152105.
Comment 4 Benjamin Poulain 2015-12-10 15:46:16 PST
(In reply to comment #3)
> Might conflict with https://bugs.webkit.org/show_bug.cgi?id=152105.

Yep, but just the Mod part. Should be easy to update.

This patch has way more testing.
Comment 5 WebKit Commit Bot 2015-12-10 16:32:13 PST
Comment on attachment 267079 [details]
Patch

Clearing flags on attachment: 267079

Committed r193933: <http://trac.webkit.org/changeset/193933>
Comment 6 WebKit Commit Bot 2015-12-10 16:32:17 PST
All reviewed patches have been landed.  Closing bug.