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

Unified Diff: src/debug/liveedit.cc

Issue 2788413004: [inspector] cache stack frame for call sites (Closed)
Patch Set: ready for review 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 | « no previous file | src/factory.cc » ('j') | src/isolate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/liveedit.cc
diff --git a/src/debug/liveedit.cc b/src/debug/liveedit.cc
index 6dab0028c85140387f6e28103c15195d78daad99..6d2091417912e8d0fd39e29e6c20530bcd5787ae 100644
--- a/src/debug/liveedit.cc
+++ b/src/debug/liveedit.cc
@@ -1043,6 +1043,7 @@ void TranslateSourcePositionTable(Handle<AbstractCode> code,
Handle<ByteArray> new_source_position_table(
builder.ToSourcePositionTable(isolate, code));
code->set_source_position_table(*new_source_position_table);
+ code->set_stack_frame_cache(Smi::kZero);
}
} // namespace
« no previous file with comments | « no previous file | src/factory.cc » ('j') | src/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698