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

Unified Diff: src/log.cc

Issue 2730323002: [deoptimizer] When deoptimizing code, unlink all functions referring to that code. (Closed)
Patch Set: Fix typo Created 3 years, 9 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/deoptimizer.cc ('k') | src/runtime/runtime-compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/log.cc
diff --git a/src/log.cc b/src/log.cc
index 8994147ae06e2566006c7e121c6818faff99967d..3c1516c5ab0e00843b018b98ac92ea0eac3499d5 100644
--- a/src/log.cc
+++ b/src/log.cc
@@ -1413,9 +1413,6 @@ class EnumerateOptimizedFunctionsVisitor: public OptimizedFunctionVisitor {
int* count)
: sfis_(sfis), code_objects_(code_objects), count_(count) {}
- virtual void EnterContext(Context* context) {}
- virtual void LeaveContext(Context* context) {}
-
virtual void VisitFunction(JSFunction* function) {
SharedFunctionInfo* sfi = SharedFunctionInfo::cast(function->shared());
Object* maybe_script = sfi->script();
« no previous file with comments | « src/deoptimizer.cc ('k') | src/runtime/runtime-compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698