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

Issue 26294002: Cleanups: int -> intptr_t for "array" lengths, memory sizes. (Closed)

Created:
7 years, 2 months ago by srdjan
Modified:
7 years, 2 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Cleanups: int -> intptr_t for "array" lengths, memory sizes. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=28324

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -162 lines) Patch
M runtime/bin/dartutils.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/bin/dartutils.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/assembler.h View 4 chunks +12 lines, -10 lines 0 comments Download
M runtime/vm/assembler.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/assembler_arm.h View 4 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/assembler_ia32.h View 9 chunks +19 lines, -19 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 11 chunks +20 lines, -20 lines 0 comments Download
M runtime/vm/assembler_mips.h View 5 chunks +9 lines, -9 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M runtime/vm/assembler_x64.h View 8 chunks +17 lines, -17 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 9 chunks +17 lines, -17 lines 0 comments Download
M runtime/vm/ast.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/ast.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/bigint_operations.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/bigint_operations.cc View 13 chunks +15 lines, -15 lines 0 comments Download
M runtime/vm/bit_vector.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_generator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_inliner.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/growable_array.h View 7 chunks +10 lines, -10 lines 0 comments Download
M runtime/vm/object.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/os_linux.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/scanner_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
First part of int -> intptr_t cleanups
7 years, 2 months ago (2013-10-07 17:28:50 UTC) #1
siva
lgtm https://codereview.chromium.org/26294002/diff/1/runtime/vm/ast.cc File runtime/vm/ast.cc (right): https://codereview.chromium.org/26294002/diff/1/runtime/vm/ast.cc#newcode89 runtime/vm/ast.cc:89: OS::SNPrint(name, sizeof(name), ":lt%" Pd "_%"Pd"", The Clang compiler ...
7 years, 2 months ago (2013-10-07 19:40:29 UTC) #2
srdjan
https://codereview.chromium.org/26294002/diff/1/runtime/vm/ast.cc File runtime/vm/ast.cc (right): https://codereview.chromium.org/26294002/diff/1/runtime/vm/ast.cc#newcode89 runtime/vm/ast.cc:89: OS::SNPrint(name, sizeof(name), ":lt%" Pd "_%"Pd"", On 2013/10/07 19:40:30, siva ...
7 years, 2 months ago (2013-10-07 20:02:59 UTC) #3
srdjan
7 years, 2 months ago (2013-10-07 20:19:53 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r28324.

Powered by Google App Engine
This is Rietveld 408576698