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

Issue 2501963002: MIPS: Fix `This CL enables precise source positions for all V8 compilers` (Closed)

Created:
4 years, 1 month ago by ivica.bogosavljevic
Modified:
4 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Fix `This CL enables precise source positions for all V8 compilers` Fix c3a6ca68d0646b10885ef7017557eaf463db2e4a Fix compilation failure on MIPS and GCC cross compile that started to appear after the CL c3a6ca68d0646b10885ef7017557eaf463db2e4a landed. The compilation error is due to: .././src/objects-inl.h:4129:54: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow] DCHECK(index >= 0 && length >= 0 && index + length >= index && BUG= Committed: https://crrev.com/ff4513a69bde7d913df04aa82e2dbfa562e70684 Cr-Commit-Position: refs/heads/master@{#41067}

Patch Set 1 #

Patch Set 2 : Rewrite DCHECK to avoid signed overflow #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/objects-inl.h View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 29 (13 generated)
ivica.bogosavljevic
One line fix for the compilation failure on MIPS. Please take a look!
4 years, 1 month ago (2016-11-15 11:02:27 UTC) #3
vogelheim
On 2016/11/15 11:02:27, ivica.bogosavljevic wrote: > One line fix for the compilation failure on MIPS. ...
4 years, 1 month ago (2016-11-15 17:27:19 UTC) #4
ivica.bogosavljevic
On 2016/11/15 17:27:19, vogelheim wrote: > On 2016/11/15 11:02:27, ivica.bogosavljevic wrote: > > One line ...
4 years, 1 month ago (2016-11-16 08:49:17 UTC) #5
ivica.bogosavljevic
Reminder! Please notice that because of this none of the tests for MIPS arch in ...
4 years, 1 month ago (2016-11-16 14:17:24 UTC) #6
Michael Starzinger
Looking OK from my end. I would like to get Clemens' blessing since he was ...
4 years, 1 month ago (2016-11-16 14:34:20 UTC) #8
Clemens Hammacher
On 2016/11/16 at 14:34:20, mstarzinger wrote: > Looking OK from my end. I would like ...
4 years, 1 month ago (2016-11-16 14:40:42 UTC) #9
Clemens Hammacher
On 2016/11/16 at 14:40:42, Clemens Hammacher wrote: > On 2016/11/16 at 14:34:20, mstarzinger wrote: > ...
4 years, 1 month ago (2016-11-16 14:41:18 UTC) #10
ivica.bogosavljevic
PTAL
4 years, 1 month ago (2016-11-16 16:09:12 UTC) #11
Clemens Hammacher
lgtm
4 years, 1 month ago (2016-11-16 16:46:13 UTC) #14
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/2501963002/20001
4 years, 1 month ago (2016-11-17 09:52:08 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/28759)
4 years, 1 month ago (2016-11-17 09:55:38 UTC) #20
ivica.bogosavljevic
I tried to land it, but I am missing LGTM from the owner of object-inl.h
4 years, 1 month ago (2016-11-17 10:04:45 UTC) #21
titzer
lgtm
4 years, 1 month ago (2016-11-17 10:07:09 UTC) #23
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/2501963002/20001
4 years, 1 month ago (2016-11-17 10:08:10 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-17 10:10:27 UTC) #27
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:37:53 UTC) #29
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ff4513a69bde7d913df04aa82e2dbfa562e70684
Cr-Commit-Position: refs/heads/master@{#41067}

Powered by Google App Engine
This is Rietveld 408576698