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

Unified Diff: src/compiler.cc

Issue 1973433002: Revert of [debugger] Prevent shared function info duplicates (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index 18564ac0f9578f51a9aac39ae5c7ac35f1ceb246..8eb6ff577308015c0ec7ee0e7984d04d4e43ac81 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -1242,9 +1242,6 @@
Isolate* isolate = script->GetIsolate();
DCHECK(AllowCompilation::IsAllowed(isolate));
- // Get rid of old list of shared function infos.
- script->set_shared_function_infos(Smi::FromInt(0));
-
// Start a compilation.
Zone zone(isolate->allocator());
ParseInfo parse_info(&zone, script);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698