Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Issue 1916043002: [es7] Fix "implement exponentiation operator proposal" for AIX. (Closed)

Created:
4 years, 8 months ago by MTBrandyberry
Modified:
4 years, 7 months ago
CC:
v8-reviews_googlegroups.com, JaideepBajwa
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[es7] Fix "implement exponentiation operator proposal" for AIX. Prefer Pow() as it works around certain cases that are different in AIX's std::pow(). TEST=mjsunit/harmony/exponentiation-operator R=caitpotter88@gmail.com, littledan@chromium.org, adamk@chromium.org, rossberg@chromium.org BUG= Committed: https://crrev.com/2e4280f25af492dd5dd4bd57c621c15082b7f28c Cr-Commit-Position: refs/heads/master@{#35775}

Patch Set 1 #

Patch Set 2 : introduce Pow in utils #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -24 lines) Patch
M src/assembler.cc View 1 1 chunk +1 line, -23 lines 1 comment Download
M src/parsing/parser.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/utils.h View 1 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (13 generated)
MTBrandyberry
PTAL
4 years, 8 months ago (2016-04-25 17:35:46 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1916043002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1916043002/1
4 years, 8 months ago (2016-04-25 17:39:00 UTC) #5
caitp (gmail)
On 2016/04/25 17:35:46, MTBrandyberry wrote: > PTAL If it builds, LGTM --- may need to ...
4 years, 8 months ago (2016-04-25 17:40:16 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-25 18:02:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1916043002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1916043002/1
4 years, 8 months ago (2016-04-25 18:06:36 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/14127)
4 years, 8 months ago (2016-04-25 18:11:31 UTC) #12
MTBrandyberry
On 2016/04/25 17:40:16, caitp wrote: > On 2016/04/25 17:35:46, MTBrandyberry wrote: > > PTAL > ...
4 years, 8 months ago (2016-04-25 18:18:32 UTC) #13
adamk
I don't think we want the Parser depending on the Assembler...maybe this function should move ...
4 years, 8 months ago (2016-04-25 18:30:29 UTC) #14
MTBrandyberry
On 2016/04/25 18:30:29, adamk wrote: > I don't think we want the Parser depending on ...
4 years, 8 months ago (2016-04-25 18:53:24 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1916043002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1916043002/20001
4 years, 8 months ago (2016-04-25 18:54:28 UTC) #18
adamk
https://codereview.chromium.org/1916043002/diff/20001/src/assembler.cc File src/assembler.cc (right): https://codereview.chromium.org/1916043002/diff/20001/src/assembler.cc#newcode1734 src/assembler.cc:1734: if (std::isnan(y) || ((x == 1 || x == ...
4 years, 8 months ago (2016-04-25 19:06:57 UTC) #19
MTBrandyberry
On 2016/04/25 19:06:57, adamk wrote: > https://codereview.chromium.org/1916043002/diff/20001/src/assembler.cc > File src/assembler.cc (right): > > https://codereview.chromium.org/1916043002/diff/20001/src/assembler.cc#newcode1734 > ...
4 years, 8 months ago (2016-04-25 19:18:34 UTC) #20
adamk
On 2016/04/25 19:18:34, MTBrandyberry wrote: > On 2016/04/25 19:06:57, adamk wrote: > > https://codereview.chromium.org/1916043002/diff/20001/src/assembler.cc > ...
4 years, 8 months ago (2016-04-25 19:23:09 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-25 19:24:43 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1916043002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1916043002/20001
4 years, 8 months ago (2016-04-25 19:31:12 UTC) #26
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-25 19:33:18 UTC) #28
commit-bot: I haz the power
4 years, 8 months ago (2016-04-25 19:35:32 UTC) #30
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2e4280f25af492dd5dd4bd57c621c15082b7f28c
Cr-Commit-Position: refs/heads/master@{#35775}

Powered by Google App Engine
This is Rietveld 408576698