Re: [v8-users] Is it possible to turn off the interpreter (i.e. Ignition ) when running the v8

2018-03-26 Thread
Thanks a lot!☺ 2018-03-27 2:38 GMT+08:00 Jakob Kummerow <jkumme...@chromium.org>: > Yes, that's Turbofan; and yes, it's enabled by default. > > On Sun, Mar 25, 2018 at 11:27 PM 李弘毅 <lihongy...@gmail.com> wrote: > >> Sorry, I have another little questi

Re: [v8-users] Is it possible to turn off the interpreter (i.e. Ignition ) when running the v8

2018-03-26 Thread
Sorry, I have another little question: when running the latest v8, is that "new optimizing compiler" (I guess that is Turbofan, right?) enabled by default? 2018-03-24 9:31 GMT+08:00 Jakob Kummerow : > You cannot turn off the interpreter, nor build V8 without it. Without

Re: [v8-users] Is it possible to turn off the interpreter (i.e. Ignition ) when running the v8

2018-03-25 Thread
Thanks for your response! 2018-03-24 9:31 GMT+08:00 Jakob Kummerow : > You cannot turn off the interpreter, nor build V8 without it. Without the > interpreter, V8 would be unable to execute any JavaScript. > > V8 used to have a non-optimizing compiler and an optimizing