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 196443009: - First step in refactoring ports with the goal of moving (Closed)

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

Description

- First step in refactoring ports with the goal of moving them closer into the VM implementation. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=34438

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -31 lines) Patch
M runtime/include/dart_api.h View 1 1 chunk +6 lines, -1 line 0 comments Download
M runtime/lib/isolate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/isolate_patch.dart View 1 2 chunks +10 lines, -8 lines 0 comments Download
M runtime/vm/custom_isolate_test.cc View 1 3 chunks +17 lines, -13 lines 0 comments Download
M runtime/vm/dart_api_impl.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 chunks +22 lines, -1 line 0 comments Download
M runtime/vm/dart_entry.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/dart_entry.cc View 1 2 chunks +15 lines, -2 lines 0 comments Download
M runtime/vm/symbols.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Ivan Posva
6 years, 9 months ago (2014-03-25 20:44:23 UTC) #1
siva
lgtm https://codereview.chromium.org/196443009/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/196443009/diff/1/runtime/vm/dart_api_impl.cc#newcode1197 runtime/vm/dart_api_impl.cc:1197: port_instance ^= Api::UnwrapHandle(port); Maybe you should use: const ...
6 years, 9 months ago (2014-03-25 23:42:51 UTC) #2
Ivan Posva
Thanks, -Ivan https://codereview.chromium.org/196443009/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/196443009/diff/1/runtime/vm/dart_api_impl.cc#newcode1197 runtime/vm/dart_api_impl.cc:1197: port_instance ^= Api::UnwrapHandle(port); On 2014/03/25 23:42:51, siva ...
6 years, 9 months ago (2014-03-26 17:17:31 UTC) #3
Ivan Posva
6 years, 9 months ago (2014-03-26 17:30:45 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r34438 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698