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

Unified Diff: src/runtime-profiler.h

Issue 159783002: Re-optimize faster after making a pretenuring decision. Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 months 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/runtime-profiler.h
diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h
index efd9b50eb5b04c5923b6289fc7a6b57c3c30b4e0..0adee5c91105d62433bffdc53a8e44f0837e7c48 100644
--- a/src/runtime-profiler.h
+++ b/src/runtime-profiler.h
@@ -50,8 +50,6 @@ class RuntimeProfiler {
void AttemptOnStackReplacement(JSFunction* function);
private:
- void Optimize(JSFunction* function, const char* reason);
-
bool CodeSizeOKForOSR(Code* shared_code);
Isolate* isolate_;
« src/objects.cc ('K') | « src/objects-inl.h ('k') | src/runtime-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698