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

Issue 1384873002: Reland: Introduce a V8_NORETURN macro and use it to make GCC 4.9.2 happy again. (Closed)

Created:
5 years, 2 months ago by skomski
Modified:
5 years, 2 months ago
CC:
Paweł Hajdan Jr., 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

Reland: Introduce a V8_NORETURN macro and use it to make GCC 4.9.2 happy again. Without that, it has a few false positives about out-of-bounds array accesses. Also makes the clang static-analyzer happy. Original code review from Sven Panne: https://codereview.chromium.org/790723002/ CQ_INCLUDE_TRYBOTS=tryserver.v8:v8_linux_arm_dbg,v8_linux_arm64_dbg,v8_mac64_dbg,v8_win_compile_dbg Committed: https://crrev.com/d068574e641e28f05dcde89ddc9a1d0ec6f6f308 Cr-Commit-Position: refs/heads/master@{#31105}

Patch Set 1 #

Patch Set 2 : avoid strict-overflow in arguments[i] #

Patch Set 3 : fix unintialized variable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -5 lines) Patch
M include/v8config.h View 6 chunks +17 lines, -0 lines 0 comments Download
M src/arguments.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M src/base/logging.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/base/platform/platform.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/spaces-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (13 generated)
skomski
PTAL Updated to resolve on V8 arm gcc: .././src/arguments.h: In function ‘v8::internal::Object* v8::internal::Runtime_ArrayConstructorWithSubclassing(int, v8::internal::Object**, v8::internal::Isolate*)’: ...
5 years, 2 months ago (2015-10-04 13:21:06 UTC) #2
Benedikt Meurer
lgtm from my side
5 years, 2 months ago (2015-10-04 15:21:10 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/1384873002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1384873002/20001
5 years, 2 months ago (2015-10-04 16:44:13 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_gcc_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_gcc_compile_rel/builds/6932)
5 years, 2 months ago (2015-10-04 16:57:51 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1384873002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1384873002/40001
5 years, 2 months ago (2015-10-04 17:21:13 UTC) #9
skomski
It would be great if someone could check more try-bots especially v8_linux_arm_dbg. Thanks!
5 years, 2 months ago (2015-10-04 17:58:33 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1384873002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1384873002/40001
5 years, 2 months ago (2015-10-04 18:22:05 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-04 19:00:05 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1384873002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1384873002/40001
5 years, 2 months ago (2015-10-05 14:52:18 UTC) #17
jochen (gone - plz use gerrit)
lgtm
5 years, 2 months ago (2015-10-05 15:23:36 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1384873002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1384873002/40001
5 years, 2 months ago (2015-10-05 15:40:22 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_layout_dbg on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_layout_dbg/builds/1685)
5 years, 2 months ago (2015-10-05 16:29:25 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1384873002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1384873002/40001
5 years, 2 months ago (2015-10-05 16:32:17 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-05 16:34:41 UTC) #27
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/d068574e641e28f05dcde89ddc9a1d0ec6f6f308 Cr-Commit-Position: refs/heads/master@{#31105}
5 years, 2 months ago (2015-10-05 16:35:06 UTC) #28
Michael Achenbach
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1376113005/ by machenbach@chromium.org. ...
5 years, 2 months ago (2015-10-05 18:55:37 UTC) #29
Michael Achenbach
5 years, 2 months ago (2015-10-05 19:53:34 UTC) #30
Message was sent while issue was closed.
FYI: Also broke:
http://build.chromium.org/p/client.v8/builders/V8%20Arm/builds/3141

Powered by Google App Engine
This is Rietveld 408576698