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

Unified Diff: src/platform-solaris.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-openbsd.cc ('k') | src/platform-win32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform-solaris.cc
diff --git a/src/platform-solaris.cc b/src/platform-solaris.cc
index 035d394453fe09ec402c4545c28cb71299edcd06..67b062b355c0d95c254579b3b75a90c4b50eb5fb 100644
--- a/src/platform-solaris.cc
+++ b/src/platform-solaris.cc
@@ -797,4 +797,11 @@ void Sampler::Stop() {
SetActive(false);
}
+
+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-openbsd.cc ('k') | src/platform-win32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698