Thanks for your answer Søren.
I'll try to see what tests I can run on RegExps and maybe test jit on
others JSVM.

Regards

Alexandre

On Aug 18, 1:51 pm, Søren Gjesse <[email protected]> wrote:
> Hi,
> It is not possible to disable dynamically generated code in V8. Unlike other
> JavaScript engines V8 does not have an interpreter mode - it always
> generates native code.
>
> One exception is the RegExp engine which have an interpreter and native code
> version. The compile time define V8_NATIVE_REGEXP enables generating native
> code for RegExp processing.
>
> Regards,
> Søren
>
> On Tue, Aug 18, 2009 at 20:24, A.Rames <[email protected]> wrote:
>
> > Hello,
>
> > I would like to run some tests on v8 with and without JIT to compare
> > performances.
> > I know JIT will improve my average speed performance, but it would be
> > nice for me to have some actual tests results.
>
> > I haven't found options to disable JIT like it exists on Squirrelfish.
> > Does somebody knows how to do that?
>
> > Thanks.
>
> > Alexandre
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to