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

Unified Diff: runtime/vm/object.h

Issue 2327693002: Add --parse-all option in order to benchmark and measure the scanner/parser performance. (Closed)
Patch Set: Address review comments. Created 4 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/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index f0074a51f6a77a0d552d51ce307043d1043da8da..c8bf048bb3de85b50f15d56e8087b2cac391cc1d 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -3858,6 +3858,7 @@ class Library : public Object {
// Eagerly compile all classes and functions in the library.
static RawError* CompileAll();
+ static RawError* ParseAll(Thread* thread);
#if defined(DART_NO_SNAPSHOT)
// Checks function fingerprints. Prints mismatches and aborts if

Powered by Google App Engine
This is Rietveld 408576698