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

Unified Diff: runtime/vm/precompiler.cc

Issue 1336763002: Last snapshot bits to get working precompiled hello_world on x64. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: sync Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/precompiler.cc
diff --git a/runtime/vm/precompiler.cc b/runtime/vm/precompiler.cc
index becd99b5a9980eb47d1362c7b734e0d5907d9946..b5bb391e0ea273f657a7797b3b0fbebfde85eee0 100644
--- a/runtime/vm/precompiler.cc
+++ b/runtime/vm/precompiler.cc
@@ -211,11 +211,13 @@ void Precompiler::AddRoots() {
{ "dart:_builtin", "::", "_getUriBaseClosure" },
{ "dart:_builtin", "::", "_resolveUri" },
{ "dart:_builtin", "::", "_setWorkingDirectory" },
+ { "dart:_builtin", "::", "_loadDataAsync" },
{ "dart:async", "::", "_setScheduleImmediateClosure" },
{ "dart:core", "_InternalError", "_InternalError." },
{ "dart:core", "_InvocationMirror", "_allocateInvocationMirror" },
{ "dart:io", "::", "_makeUint8ListView" },
{ "dart:io", "::", "_makeDatagram" },
+ { "dart:io", "::", "_setupHooks" },
{ "dart:io", "CertificateException", "CertificateException." },
{ "dart:io", "HandshakeException", "HandshakeException." },
{ "dart:io", "TlsException", "TlsException." },
@@ -228,6 +230,7 @@ void Precompiler::AddRoots() {
{ "dart:io", "_SecureFilterImpl", "get:SIZE" },
{ "dart:isolate", "::", "_getIsolateScheduleImmediateClosure" },
{ "dart:isolate", "::", "_startMainIsolate" },
+ { "dart:isolate", "::", "_setupHooks" },
{ "dart:isolate", "_RawReceivePortImpl", "_handleMessage" },
{ "dart:isolate", "_RawReceivePortImpl", "_lookupHandler" },
{ "dart:vmservice", "::", "_registerIsolate" },

Powered by Google App Engine
This is Rietveld 408576698