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

Issue 139043003: - Address warnings about 64-bit to 32-bit conversions. (Closed)

Created:
6 years, 11 months ago by Ivan Posva
Modified:
6 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

First round of http://dartbug.com/15922: - Address warnings about 64-bit to 32-bit conversions. - Remove heap profiler. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=31867

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -1487 lines) Patch
M runtime/bin/crypto.cc View 1 1 chunk +9 lines, -3 lines 0 comments Download
M runtime/bin/dartutils.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M runtime/bin/dartutils.cc View 1 5 chunks +16 lines, -20 lines 0 comments Download
M runtime/bin/eventhandler.cc View 1 1 chunk +13 lines, -3 lines 0 comments Download
M runtime/bin/eventhandler_macos.cc View 1 2 chunks +7 lines, -3 lines 0 comments Download
M runtime/bin/file.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/bin/file.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M runtime/bin/file_android.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M runtime/bin/file_linux.cc View 1 5 chunks +8 lines, -8 lines 0 comments Download
M runtime/bin/file_macos.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M runtime/bin/file_win.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M runtime/bin/filter.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/bin/filter.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
M runtime/bin/socket.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/include/dart_native_api.h View 1 1 chunk +0 lines, -20 lines 0 comments Download
M runtime/lib/isolate.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/lib/typed_data.cc View 1 6 chunks +28 lines, -19 lines 0 comments Download
M runtime/platform/globals.h View 1 2 chunks +3 lines, -8 lines 0 comments Download
M runtime/platform/utils.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M runtime/vm/dart.cc View 1 2 chunks +0 lines, -6 lines 0 comments Download
M runtime/vm/dart_api_message.cc View 1 4 chunks +19 lines, -17 lines 0 comments Download
M runtime/vm/dart_entry.h View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/dart_entry.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/datastream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/exceptions.cc View 1 2 chunks +0 lines, -7 lines 0 comments Download
M runtime/vm/heap.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M runtime/vm/heap.cc View 1 2 chunks +0 lines, -40 lines 0 comments Download
D runtime/vm/heap_profiler.h View 1 1 chunk +0 lines, -335 lines 0 comments Download
D runtime/vm/heap_profiler.cc View 1 1 chunk +0 lines, -807 lines 0 comments Download
D runtime/vm/heap_profiler_test.cc View 1 1 chunk +0 lines, -118 lines 0 comments Download
M runtime/vm/native_api_impl.cc View 1 1 chunk +0 lines, -14 lines 0 comments Download
M runtime/vm/raw_object.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 1 chunk +0 lines, -3 lines 0 comments Download
M tools/gyp/configurations_xcode.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
dbc https://codereview.chromium.org/139043003/diff/1/runtime/bin/eventhandler.cc File runtime/bin/eventhandler.cc (right): https://codereview.chromium.org/139043003/diff/1/runtime/bin/eventhandler.cc#newcode97 runtime/bin/eventhandler.cc:97: handle = Dart_GetField(handle, DartUtils::NewString(DartUtils::kIdFieldName)); Move this to DartUtils::GetInt64Field. ...
6 years, 11 months ago (2014-01-15 10:38:43 UTC) #1
siva
lgtm https://codereview.chromium.org/139043003/diff/1/runtime/bin/eventhandler.cc File runtime/bin/eventhandler.cc (right): https://codereview.chromium.org/139043003/diff/1/runtime/bin/eventhandler.cc#newcode105 runtime/bin/eventhandler.cc:105: Dart_PropagateError(handle); UNREACHABLE here like you have above. https://codereview.chromium.org/139043003/diff/1/runtime/bin/filter.cc ...
6 years, 11 months ago (2014-01-16 00:15:59 UTC) #2
Ivan Posva
Thanks! -Ivan https://codereview.chromium.org/139043003/diff/1/runtime/bin/eventhandler.cc File runtime/bin/eventhandler.cc (right): https://codereview.chromium.org/139043003/diff/1/runtime/bin/eventhandler.cc#newcode97 runtime/bin/eventhandler.cc:97: handle = Dart_GetField(handle, DartUtils::NewString(DartUtils::kIdFieldName)); On 2014/01/15 10:38:43, ...
6 years, 11 months ago (2014-01-16 05:05:40 UTC) #3
Ivan Posva
6 years, 11 months ago (2014-01-16 05:05:51 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r31867 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698