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

Unified Diff: src/platform-openbsd.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-macos.cc ('k') | src/platform-solaris.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-openbsd.cc
diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc
index b3f4924eee521892a256789076879b22636bf1a1..a60ec278e4396ef5a5ea6758f8746b38625a30a4 100644
--- a/src/platform-openbsd.cc
+++ b/src/platform-openbsd.cc
@@ -950,4 +950,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-macos.cc ('k') | src/platform-solaris.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698