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 : > Yes, that's Turbofan; and yes, it's enabled by default. > > On Sun, Mar 25, 2018 at 11:27 PM 李弘毅 wrote: > >> Sorry, I have another little question: when running the latest v8, is >> that

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

2018-03-26 Thread Jakob Kummerow
Yes, that's Turbofan; and yes, it's enabled by default. On Sun, Mar 25, 2018 at 11:27 PM 李弘毅 wrote: > 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? > >

Re: [v8-users] link to libv8_base.a: error adding symbols: File format not recognized

2018-03-26 Thread Ben Noordhuis
On Mon, Mar 26, 2018 at 11:12 AM, wrote: > gn gen out/release --args='is_debug=false is_official_build=true > v8_static_library=true' > > ninja -C out/release > > This will generate the static libraries. But when I try to link with it, it > says: > >

[v8-users] link to libv8_base.a: error adding symbols: File format not recognized

2018-03-26 Thread todd . wong . ndq
gn gen out/release --args='is_debug=false is_official_build=true v8_static_library=true' ninja -C out/release This will generate the static libraries. But when I try to link with it, it says: /path/to/libv8_base.a: error adding symbols: File format not recognized if I objdump this

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