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

Issue 2033413002: [crankshaft] Fix DoDeferredMathAbsTaggedHeapNumber overwriting the context with some temporary valu… (Closed)

Created:
4 years, 6 months ago by epertoso
Modified:
4 years, 6 months ago
Reviewers:
Jarin
CC:
v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[crankshaft] Fix DoDeferredMathAbsTaggedHeapNumber overwriting the context with some temporary value. BUG=v8:5067 Committed: https://crrev.com/36807f064a44e15fbfd1b4e5907d96545f23beea Cr-Commit-Position: refs/heads/master@{#36738}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update #

Total comments: 6

Patch Set 3 : Update. #

Patch Set 4 : Update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -6 lines) Patch
M src/crankshaft/ia32/lithium-codegen-ia32.cc View 1 2 3 1 chunk +13 lines, -2 lines 0 comments Download
M src/crankshaft/x64/lithium-codegen-x64.cc View 1 2 3 1 chunk +13 lines, -2 lines 0 comments Download
M src/crankshaft/x87/lithium-codegen-x87.cc View 1 2 1 chunk +13 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (7 generated)
epertoso
4 years, 6 months ago (2016-06-03 13:04:54 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033413002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2033413002/1
4 years, 6 months ago (2016-06-03 13:05:07 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 13:30:27 UTC) #6
Jarin
lgtm https://codereview.chromium.org/2033413002/diff/1/src/crankshaft/ia32/lithium-codegen-ia32.cc File src/crankshaft/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/2033413002/diff/1/src/crankshaft/ia32/lithium-codegen-ia32.cc#newcode3087 src/crankshaft/ia32/lithium-codegen-ia32.cc:3087: } It is not obvious that tmp/tmp2 cannot ...
4 years, 6 months ago (2016-06-03 13:54:56 UTC) #7
epertoso
https://codereview.chromium.org/2033413002/diff/1/src/crankshaft/ia32/lithium-codegen-ia32.cc File src/crankshaft/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/2033413002/diff/1/src/crankshaft/ia32/lithium-codegen-ia32.cc#newcode3087 src/crankshaft/ia32/lithium-codegen-ia32.cc:3087: } On 2016/06/03 at 13:54:56, Jarin wrote: > It ...
4 years, 6 months ago (2016-06-03 15:39:06 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033413002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2033413002/20001
4 years, 6 months ago (2016-06-03 15:39:16 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-03 16:07:54 UTC) #12
Jarin
https://codereview.chromium.org/2033413002/diff/20001/src/crankshaft/x87/lithium-codegen-x87.cc File src/crankshaft/x87/lithium-codegen-x87.cc (right): https://codereview.chromium.org/2033413002/diff/20001/src/crankshaft/x87/lithium-codegen-x87.cc#newcode3364 src/crankshaft/x87/lithium-codegen-x87.cc:3364: Register::from_code(base::bits::CountTrailingZeros32(available_regs)); I am not quite happy about hardcoding the ...
4 years, 6 months ago (2016-06-03 19:08:17 UTC) #13
Jarin
How about the changes below? https://codereview.chromium.org/2033413002/diff/20001/src/crankshaft/ia32/lithium-codegen-ia32.cc File src/crankshaft/ia32/lithium-codegen-ia32.cc (right): https://codereview.chromium.org/2033413002/diff/20001/src/crankshaft/ia32/lithium-codegen-ia32.cc#newcode3075 src/crankshaft/ia32/lithium-codegen-ia32.cc:3075: uint32_t available_regs = 0xf; ...
4 years, 6 months ago (2016-06-06 08:09:22 UTC) #14
epertoso
On 2016/06/06 at 08:09:22, jarin wrote: > How about the changes below? > > https://codereview.chromium.org/2033413002/diff/20001/src/crankshaft/ia32/lithium-codegen-ia32.cc ...
4 years, 6 months ago (2016-06-06 09:06:14 UTC) #15
Jarin
On 2016/06/06 09:06:14, epertoso wrote: > On 2016/06/06 at 08:09:22, jarin wrote: > > How ...
4 years, 6 months ago (2016-06-06 09:09:57 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2033413002/60001
4 years, 6 months ago (2016-06-06 09:14:23 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-06 10:10:13 UTC) #19
commit-bot: I haz the power
4 years, 6 months ago (2016-06-06 10:11:12 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/36807f064a44e15fbfd1b4e5907d96545f23beea
Cr-Commit-Position: refs/heads/master@{#36738}

Powered by Google App Engine
This is Rietveld 408576698