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

Unified Diff: runtime/vm/compiler.cc

Issue 8992020: First part of inspecting local variables (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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
Index: runtime/vm/compiler.cc
===================================================================
--- runtime/vm/compiler.cc (revision 2587)
+++ runtime/vm/compiler.cc (working copy)
@@ -127,6 +127,7 @@
Code::Handle(Code::FinalizeCode(function_fullname, &assembler));
code.set_is_optimized(false);
code_gen.FinalizePcDescriptors(code);
+ code_gen.FinalizeVarDescriptors(code);
code_gen.FinalizeExceptionHandlers(code);
function.set_unoptimized_code(code);
function.SetCode(code);
« no previous file with comments | « runtime/vm/code_generator_x64.cc ('k') | runtime/vm/debugger.h » ('j') | runtime/vm/debugger.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698