I want to do some language experiment on js, such as adding language
constructs. So I guess interpret mode is more easy. Writing and
debugging
JITed code is not ideal for experiments.

V8's structure and coding style seem to be quite good. Is there
another
interpreter that is written as well as V8?

On 9月12日, 上午9时25分, "Jey Kottalam" <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 11, 2008 at 6:18 PM, lihuiba <[EMAIL PROTECTED]> wrote:
> > planing to do some experiment on js with V8. So I have to konw
> > whether V8 has a interpret mode (not JIT). Because it's not convenient
> > int JIT mode.
>
> No, but why is the JIT inconvenient? V8 has a pretty good debug
> protocol so debugging is still pretty easy. The only problem was that
> I had to write my own debugger client.
>
> -Jey
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to