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

Unified Diff: src/platform-freebsd.cc

Issue 8700008: New approach to Crankshaft decision-making (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: address comments 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
« no previous file with comments | « src/platform-cygwin.cc ('k') | src/platform-linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-freebsd.cc
diff --git a/src/platform-freebsd.cc b/src/platform-freebsd.cc
index 20bd8379312b751a5e2a4e5b6faa8d763badd932..83cfdb225b9329c1485986af0f134e43b02e12cc 100644
--- a/src/platform-freebsd.cc
+++ b/src/platform-freebsd.cc
@@ -879,4 +879,10 @@ void Sampler::Stop() {
}
+void Sampler::ResetInterval(int interval) {
+ USE(interval);
+ // Not implemented. Only really useful for slow mobile CPUs.
+}
+
+
} } // namespace v8::internal
« no previous file with comments | « src/platform-cygwin.cc ('k') | src/platform-linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698