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

Unified Diff: src/isolate.h

Issue 2549053002: Revert "[heap] Use RAIL mode for initial heap sizing" (Closed)
Patch Set: Created 4 years 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/heap/incremental-marking-job.cc ('k') | src/isolate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index a9c47c2cbdd7189893e352489b28254cc7de10ef..5a1461f1021858b4ac30b328f74cefa57cbfdb45 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -1166,10 +1166,6 @@ class Isolate {
void SetRAILMode(RAILMode rail_mode);
- RAILMode rail_mode() { return rail_mode_.Value(); }
-
- double LoadStartTimeMs();
-
void IsolateInForegroundNotification();
void IsolateInBackgroundNotification();
@@ -1358,8 +1354,6 @@ class Isolate {
AccessCompilerData* access_compiler_data_;
base::RandomNumberGenerator* random_number_generator_;
base::AtomicValue<RAILMode> rail_mode_;
- base::Mutex rail_mutex_;
- double load_start_time_ms_;
// Whether the isolate has been created for snapshotting.
bool serializer_enabled_;
« no previous file with comments | « src/heap/incremental-marking-job.cc ('k') | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698