Thanks for the details. I actually want to use native implementation
in the end, but I need more details as I want to run v8 om mobile
systems.
Do you know if I can find an old version of v8 with both interpreter
and native modes, or has it been developed with native compilation
from scratch?
A version with both modes, even old, might save me a lot of work.
Thanks
Alexandre
On Aug 18, 10:11 pm, "Lasse R.H. Nielsen" <
l...@chromium.org> wrote:
> The native regexp implementation is significantly faster, but it uses
> slightly more memory, and it's not currently available on ARM.You should
> generally prefer the native implementation if it is available. It's really
> an artifact of development that you can still use the interpreter on
> platforms where native regexp is available (i.e., it made sense during
> development, and we haven't had a reason to remove the flag since then).
>
> /L
>
>
>
>
>
> On Tue, Aug 18, 2009 at 23:35, Stephan Beal <
sgb...@googlemail.com> wrote:
> > 2009/8/18 Søren Gjesse <
sgje...@chromium.org>