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

Unified Diff: src/flags.h

Issue 285233010: Decouple CpuFeatures from serializer state. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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 | « src/code-stubs.cc ('k') | src/flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flags.h
diff --git a/src/flags.h b/src/flags.h
index df786d7c333cdd0c5a7a779d912d838cf81f50f9..4c245dca2ff0db70d734a18602ba299f5bf0855f 100644
--- a/src/flags.h
+++ b/src/flags.h
@@ -42,8 +42,7 @@ class FlagList {
// -- (equivalent to --js_arguments, captures all remaining args)
static int SetFlagsFromCommandLine(int* argc,
char** argv,
- bool remove_flags,
- bool serializer_enabled = false);
+ bool remove_flags);
// Set the flag values by parsing the string str. Splits string into argc
// substrings argv[], each of which consisting of non-white-space chars,
@@ -58,10 +57,6 @@ class FlagList {
// Set flags as consequence of being implied by another flag.
static void EnforceFlagImplications();
-
- private:
- // TODO(svenpanne) Remove this when Serializer/startup has been refactored.
- static bool serializer_enabled_;
};
} } // namespace v8::internal
« no previous file with comments | « src/code-stubs.cc ('k') | src/flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698