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

Issue 2191663004: [fullcode][mips][mips64][ppc][s390] Avoid trashing of a home object when doing a count operation wi… (Closed)

Created:
4 years, 4 months ago by Igor Sheludko
Modified:
4 years, 4 months ago
Reviewers:
Jakob Kummerow
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[fullcode][mips][mips64][ppc][s390] Avoid trashing of a home object when doing a count operation with keyed load/store to a super. BUG=chromium:631917 Committed: https://crrev.com/fc66694de85bf26bb00a51cc21ab4c32770c1f56 Cr-Commit-Position: refs/heads/master@{#38139}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -40 lines) Patch
M src/full-codegen/mips/full-codegen-mips.cc View 1 1 chunk +8 lines, -10 lines 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 1 chunk +8 lines, -10 lines 0 comments Download
M src/full-codegen/ppc/full-codegen-ppc.cc View 1 1 chunk +8 lines, -10 lines 0 comments Download
M src/full-codegen/s390/full-codegen-s390.cc View 1 1 chunk +8 lines, -10 lines 0 comments Download
A test/mjsunit/regress/regress-crbug-631917.js View 1 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (11 generated)
Igor Sheludko
PTAL
4 years, 4 months ago (2016-07-28 12:18:41 UTC) #4
Jakob Kummerow
https://codereview.chromium.org/2191663004/diff/1/src/full-codegen/mips/full-codegen-mips.cc File src/full-codegen/mips/full-codegen-mips.cc (right): https://codereview.chromium.org/2191663004/diff/1/src/full-codegen/mips/full-codegen-mips.cc#newcode3207 src/full-codegen/mips/full-codegen-mips.cc:3207: __ lw(scratch, MemOperand(sp, kPointerSize)); This loads a different value ...
4 years, 4 months ago (2016-07-28 12:36:02 UTC) #5
Igor Sheludko
Thanks! I fixed the issue (now for real :)
4 years, 4 months ago (2016-07-28 14:02:05 UTC) #8
Jakob Kummerow
lgtm
4 years, 4 months ago (2016-07-28 14:24:58 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2191663004/20001
4 years, 4 months ago (2016-07-28 14:26:32 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-07-28 14:28:13 UTC) #16
commit-bot: I haz the power
4 years, 4 months ago (2016-07-28 14:31:18 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/fc66694de85bf26bb00a51cc21ab4c32770c1f56
Cr-Commit-Position: refs/heads/master@{#38139}

Powered by Google App Engine
This is Rietveld 408576698