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

Unified Diff: runtime/vm/bootstrap_nocore.cc

Issue 2931813002: [kernel] Stream kernel_reader (Closed)
Patch Set: Feedback Created 3 years, 6 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
« no previous file with comments | « runtime/vm/bootstrap.cc ('k') | runtime/vm/kernel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_nocore.cc
diff --git a/runtime/vm/bootstrap_nocore.cc b/runtime/vm/bootstrap_nocore.cc
index c1e1e7441c0503c3d0758e683ec6331f4cf82e0d..a05eeaf7316a6d7cbd3b8eb0fd7e4e85625bd7ff 100644
--- a/runtime/vm/bootstrap_nocore.cc
+++ b/runtime/vm/bootstrap_nocore.cc
@@ -98,7 +98,7 @@ RawError* BootstrapFromKernel(Thread* thread, kernel::Program* program) {
kernel::StringIndex uri_index = kernel_library->import_uri();
const String& kernel_name = reader.DartSymbol(uri_index);
if (kernel_name.Equals(dart_name)) {
- reader.ReadLibrary(kernel_library);
+ reader.ReadLibrary(kernel_library->kernel_offset());
library.SetLoaded();
break;
}
« no previous file with comments | « runtime/vm/bootstrap.cc ('k') | runtime/vm/kernel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698