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

Issue 268853003: Fix library snapshotting breakage with native entry symbol resolver (Closed)

Created:
6 years, 7 months ago by Cutch
Modified:
6 years, 7 months ago
Reviewers:
turnidge
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix library snapshotting breakage with native entry symbol resolver. - Write out a NULL for the libraries Dart_NativeEntrySymbol. - Read in the NULL for the libraries Dart_NativeEntrySymbol. - Set the libraries Dart_NativeEntrySymbol to NULL. - Use reusable handles. R=turnidge@google.com Committed: https://code.google.com/p/dart/source/detail?r=35812

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -6 lines) Patch
M runtime/vm/isolate.h View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/native_entry.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/reusable_handles.h View 1 chunk +5 lines, -0 lines 0 comments Download
M tests/standalone/issue14236_test.dart View 1 Binary file 0 comments Download

Messages

Total messages: 3 (0 generated)
Cutch
6 years, 7 months ago (2014-05-06 18:04:57 UTC) #1
turnidge
lgtm w/ comment. This change will probably make tests/standalone/issue14236_test.dart fail -- it is a test ...
6 years, 7 months ago (2014-05-06 18:09:03 UTC) #2
Cutch
6 years, 7 months ago (2014-05-06 18:09:55 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r35812 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698