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

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, 7 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
« no previous file with comments | « src/objects-inl.h ('k') | src/runtime-profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime-profiler.h
diff --git a/src/runtime-profiler.h b/src/runtime-profiler.h
index 450910ca828218c5b0b8c7d4cb1ef3d91dc5bf54..56f197b1fc2e2480fdcc55dff1f07284d27eedeb 100644
--- a/src/runtime-profiler.h
+++ b/src/runtime-profiler.h
@@ -27,8 +27,6 @@ class RuntimeProfiler {
void AttemptOnStackReplacement(JSFunction* function);
private:
- void Optimize(JSFunction* function, const char* reason);
-
bool CodeSizeOKForOSR(Code* shared_code);
Isolate* isolate_;
« no previous file with comments | « src/objects-inl.h ('k') | src/runtime-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698