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

Unified Diff: src/platform-win32.cc

Issue 8700008: New approach to Crankshaft decision-making (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix function self-optimization; address first comment Created 9 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
Index: src/platform-win32.cc
diff --git a/src/platform-win32.cc b/src/platform-win32.cc
index 822f36064276b6495b6bc4baaa985a92a9253af2..4c015d76cdb7d5f82d1df06a14744d7e1d181bd1 100644
--- a/src/platform-win32.cc
+++ b/src/platform-win32.cc
@@ -2044,4 +2044,10 @@ void Sampler::Stop() {
}
+void Sampler::ResetInterval(int interval) {
+ USE(interval);
+ // Not implemented. Only really useful for slow mobile CPUs.
+}
+
+
} } // namespace v8::internal

Powered by Google App Engine
This is Rietveld 408576698