Reviewers: sgjesse,
Message:
Hi Sorren
I've been working on liveedit feature implementation. I think we had some
good
discussion about possible implementation.
I had a working prototype, which is sure far from being complete. However,
you
can perform series of editing from Eclipse UI. The full prototype (V8 side)
is
in http://codereview.chromium.org/546125
With this CL I'd like to start to submit my implementation.
This one contains new source file, new preprocessor symbol and a main bridge
between my implementation and V8 compiler.
I expect this change to be of an extremely low price for compiler. So far
it's
the only change, that is modifying rather than add functions.
What would you say?
Peter
Description:
Add central bridge for liveedit support
Please review this at http://codereview.chromium.org/607004
Affected files:
M SConstruct
M src/SConscript
M src/codegen.cc
M src/compiler.h
M src/compiler.cc
M src/full-codegen.cc
A src/liveedit.h
A src/liveedit.cc
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev