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

Issue 2135573002: Address compilation warnings for android build. (Closed)

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

Description

Address compilation warnings for android build. LOG=N BUG= Committed: https://crrev.com/b215c9e5b837210fb5839ecf3ee2d1a9e771d591 Cr-Commit-Position: refs/heads/master@{#37676}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Incorporate comments on patch set 1. #

Total comments: 1

Patch Set 3 : Add method to test ascii char validity. #

Patch Set 4 : Update comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -21 lines) Patch
M src/compiler/simplified-lowering.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M src/parsing/scanner.h View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
M src/uri.cc View 3 chunks +11 lines, -11 lines 0 comments Download
M test/cctest/interpreter/test-source-positions.cc View 1 chunk +3 lines, -5 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
oth
This CL addresses some trivial warnings emitted during the android build, e.g. signed vs unsigned ...
4 years, 5 months ago (2016-07-08 10:01:16 UTC) #2
rmcilroy
interpreter LGTM https://codereview.chromium.org/2135573002/diff/1/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/2135573002/diff/1/src/interpreter/bytecode-generator.cc#newcode637 src/interpreter/bytecode-generator.cc:637: DCHECK_LE(start_index, start_index + size); Are we worried ...
4 years, 5 months ago (2016-07-08 11:15:06 UTC) #4
Benedikt Meurer
LGTM on uri and compiler.
4 years, 5 months ago (2016-07-08 18:34:26 UTC) #5
oth
-adamk [OOO] +vogelheim Daniel, could you take a look at scanner.h? Trivial fix for flood ...
4 years, 5 months ago (2016-07-10 15:34:16 UTC) #7
vogelheim
https://codereview.chromium.org/2135573002/diff/20001/src/parsing/scanner.h File src/parsing/scanner.h (right): https://codereview.chromium.org/2135573002/diff/20001/src/parsing/scanner.h#newcode165 src/parsing/scanner.h:165: DCHECK(iscntrl(code_unit) || isprint(code_unit)); Hrm. I searched for several minutes ...
4 years, 5 months ago (2016-07-11 07:42:49 UTC) #8
oth
On 2016/07/11 07:42:49, vogelheim wrote: > https://codereview.chromium.org/2135573002/diff/20001/src/parsing/scanner.h > File src/parsing/scanner.h (right): > > https://codereview.chromium.org/2135573002/diff/20001/src/parsing/scanner.h#newcode165 > ...
4 years, 5 months ago (2016-07-11 08:43:30 UTC) #9
oth
On 2016/07/11 08:43:30, oth wrote: > On 2016/07/11 07:42:49, vogelheim wrote: > > https://codereview.chromium.org/2135573002/diff/20001/src/parsing/scanner.h > ...
4 years, 5 months ago (2016-07-12 08:28:00 UTC) #10
vogelheim
lgtm
4 years, 5 months ago (2016-07-12 11:01:41 UTC) #11
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/2135573002/60001
4 years, 5 months ago (2016-07-12 11:19:21 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-12 11:21:39 UTC) #15
commit-bot: I haz the power
4 years, 5 months ago (2016-07-12 11:22:05 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b215c9e5b837210fb5839ecf3ee2d1a9e771d591
Cr-Commit-Position: refs/heads/master@{#37676}

Powered by Google App Engine
This is Rietveld 408576698