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

Issue 9124012: - Pass in the isolate parameter when creating handles. (Closed)

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

Description

- Pass in the isolate parameter when creating handles. - Store the current isolate pointer in the snapshot reader object and use it instead of calling Isolate::Current() during the deserializing process. Committed: https://code.google.com/p/dart/source/detail?r=3160

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -107 lines) Patch
M vm/dart.cc View 1 chunk +1 line, -3 lines 0 comments Download
M vm/dart_api_impl.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M vm/handles.h View 2 chunks +4 lines, -4 lines 0 comments Download
M vm/handles.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M vm/handles_impl.h View 2 chunks +2 lines, -8 lines 0 comments Download
M vm/isolate.cc View 1 chunk +1 line, -2 lines 0 comments Download
M vm/object.h View 1 4 chunks +42 lines, -21 lines 0 comments Download
M vm/object.cc View 1 chunk +1 line, -1 line 0 comments Download
M vm/raw_object_snapshot.cc View 24 chunks +37 lines, -25 lines 0 comments Download
M vm/snapshot.h View 3 chunks +6 lines, -9 lines 0 comments Download
M vm/snapshot.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M vm/snapshot_test.cc View 10 chunks +10 lines, -20 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
siva
8 years, 11 months ago (2012-01-06 20:00:52 UTC) #1
Ivan Posva
8 years, 11 months ago (2012-01-10 00:08:37 UTC) #2
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698