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

Unified Diff: runtime/vm/intrinsifier.cc

Issue 2485993002: VM: Support bootstrapping core libraries from Kernel binaries instead of source. (Closed)
Patch Set: rebase Created 4 years, 1 month 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/intrinsifier.cc
diff --git a/runtime/vm/intrinsifier.cc b/runtime/vm/intrinsifier.cc
index c2a6ae2bad3e19440bd3077abeaf8e847a9b43d0..a3da8d67542a534bc2fe023b87156789e2cd7cc2 100644
--- a/runtime/vm/intrinsifier.cc
+++ b/runtime/vm/intrinsifier.cc
@@ -58,7 +58,6 @@ bool Intrinsifier::CanIntrinsify(const Function& function) {
}
-#if defined(DART_NO_SNAPSHOT)
void Intrinsifier::InitializeState() {
Thread* thread = Thread::Current();
Zone* zone = thread->zone();
@@ -117,7 +116,6 @@ void Intrinsifier::InitializeState() {
#undef SETUP_FUNCTION
}
-#endif // defined(DART_NO_SNAPSHOT).
// DBC does not use graph intrinsics.

Powered by Google App Engine
This is Rietveld 408576698