From: peter.rybin@gmail.com Date: Wed, 17 Feb 2010 20:37:08 +0000 (+0000) Subject: Add central bridge for liveedit support X-Git-Tag: upstream/4.7.83~22452 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3849f08aded80f8da34f62741cd140dd6c17048d;p=platform%2Fupstream%2Fv8.git Add central bridge for liveedit support Review URL: http://codereview.chromium.org/607004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3891 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/SConscript b/src/SConscript index b5a894f..1a81cc7 100755 --- a/src/SConscript +++ b/src/SConscript @@ -72,6 +72,7 @@ SOURCES = { interpreter-irregexp.cc jsregexp.cc jump-target.cc + liveedit.cc log-utils.cc log.cc mark-compact.cc diff --git a/src/codegen.cc b/src/codegen.cc index 1c3ecc4..01ee6d0 100644 --- a/src/codegen.cc +++ b/src/codegen.cc @@ -31,6 +31,7 @@ #include "codegen-inl.h" #include "compiler.h" #include "debug.h" +#include "liveedit.h" #include "oprofile-agent.h" #include "prettyprinter.h" #include "register-allocator-inl.h" @@ -234,6 +235,7 @@ Handle CodeGenerator::MakeCodeEpilogue(MacroAssembler* masm, // all the pieces into a Code object. This function is only to be called by // the compiler.cc code. Handle CodeGenerator::MakeCode(CompilationInfo* info) { + LiveEditFunctionTracker live_edit_tracker(info->function()); Handle