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

Issue 1351493002: Extra code to diagnose a crash bug. (Closed)

Created:
5 years, 3 months ago by mvstanton
Modified:
5 years, 3 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

Extra code to diagnose a crash bug. This will catch an invalid receiver before being passed to a load ic miss handler in the runtime. BUG= R=jkummerow@chromium.org Committed: https://crrev.com/afba4792dff0b423c4beae905ac3c40da8fec22e Cr-Commit-Position: refs/heads/master@{#30768}

Patch Set 1 #

Patch Set 2 : Ports. #

Total comments: 4

Patch Set 3 : Code comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -17 lines) Patch
M src/builtins.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 2 1 chunk +6 lines, -5 lines 0 comments Download
M src/ic/arm/ic-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ic/arm64/ic-arm64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ic/ia32/ic-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ic/ic.h View 1 2 1 chunk +11 lines, -2 lines 0 comments Download
M src/ic/mips/ic-mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ic/mips64/ic-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ic/ppc/ic-ppc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ic/x64/ic-x64.cc View 1 2 2 chunks +31 lines, -1 line 0 comments Download
M src/ic/x87/ic-x87.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
mvstanton
Hi Jakob, here is the CL when/if it's necessary, thx! --Michael
5 years, 3 months ago (2015-09-16 11:26:19 UTC) #1
Jakob Kummerow
LGTM with nits. As discussed, please also replace the instance type check in EmitNamedPropertyLoad in ...
5 years, 3 months ago (2015-09-16 13:57:22 UTC) #2
mvstanton
Happy to help, thx for the review...submitting.. https://codereview.chromium.org/1351493002/diff/20001/src/ic/ic.h File src/ic/ic.h (right): https://codereview.chromium.org/1351493002/diff/20001/src/ic/ic.h#newcode327 src/ic/ic.h:327: // TODO(jkummerow): ...
5 years, 3 months ago (2015-09-16 14:55:41 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1351493002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1351493002/40001
5 years, 3 months ago (2015-09-16 14:56:07 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-09-16 15:38:44 UTC) #7
commit-bot: I haz the power
5 years, 3 months ago (2015-09-16 15:39:02 UTC) #8
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/afba4792dff0b423c4beae905ac3c40da8fec22e
Cr-Commit-Position: refs/heads/master@{#30768}

Powered by Google App Engine
This is Rietveld 408576698