I tried to update v8 from 3.25 to 4.5 and got this error. Then I use "snapshot=off". My question is: Is the snapshot by default built into the binary in older v8 version (ex. 3.25)? If yes, I should use "-Dv8_use_external_startup_data=0" instead of "snapshot=off" to have the consistent behavior like the old version, right? Thanks.
On Sunday, October 4, 2015 at 6:52:33 PM UTC+8, Ben Noordhuis wrote: > > On Sun, Oct 4, 2015 at 9:28 AM, Jane Chen <[email protected] <javascript:>> > wrote: > > I managed to get shared library with -Dcomponent=shared_library. So now > > just wondering what it means to have v8_use_external_startup_data=0. > > It bakes the snapshot blobs into the library. With > v8_use_external_startup_data=1, you get a couple of *.bin files in > out/ that you need to copy over. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
