Reviewers: pfeldman, Michail Naganov,

Message:
On 2010/01/24 21:22:43, Michail Naganov wrote:
Interesting idea, but what's the purpose?

The use case is following: someone is in process of debugging his scripts. He notices that script should be modified (e.g. script is written with a mistake).
He modifies the source file and V8 seamlessly runs on on modified sources.

You may have tried this in JDT (Eclipse, for Java). Cool thing!

My approach is whenever user modifies files, the _literals_ of corresponding
functions get changed. No function is restarted.
This means that both named global functions and transient callbacks can be
modified.

Description:
A brutal approach to V8 script liveedit

Please review this at http://codereview.chromium.org/546125

Affected files:
  M src/debug-delay.js
  M src/runtime.h
  M src/runtime.cc
  A test/mjsunit/debug-liveedit-1.js


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to