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

Unified Diff: src/compiler.h

Issue 585443002: Remove dead CompilationInfo::DisableOptimization predicate. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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 | « no previous file | src/compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index 6bd632e37161400d536b2fb1d92a16b695cce6c1..3419127129da3c1bfa0d1fedf3a4bfa024053fb0 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -279,7 +279,6 @@ class CompilationInfo {
unoptimized_code_ = unoptimized;
optimization_id_ = isolate()->NextOptimizationId();
}
- void DisableOptimization();
// Deoptimization support.
bool HasDeoptimizationSupport() const {
« no previous file with comments | « no previous file | src/compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698