How does that affect building on arm (pi, beagle, panda) and/or cross compilation? Cross compiling for pi on x86 requires building with snapshots off. There are over 500k pi sold already and node.js and v8 are popular applications run on it.
-L On Thursday, January 10, 2013, Jakob Kummerow wrote: > Yes, building with snapshot=on is the default. > > Disregard the SConstruct file. It is no longer used and about to be > deleted. The SCons based build has been dead for a while now. > > > On Thu, Jan 10, 2013 at 9:11 PM, utkonos > <[email protected]<javascript:_e({}, 'cvml', '[email protected]');> > > wrote: > >> It seems from the instructions that snapshot=on is the default for >> building v8, and you need to specify snapshot=off now. However, I see the >> following lines in SConstruct: >> >> 'snapshot': { >> 'values': ['on', 'off', 'nobuild'], >> 'default': 'off', >> 'help': 'build using snapshots for faster start-up' >> >> -- >> v8-users mailing list >> [email protected] <javascript:_e({}, 'cvml', >> '[email protected]');> >> http://groups.google.com/group/v8-users > > > -- > v8-users mailing list > [email protected] <javascript:_e({}, 'cvml', > '[email protected]');> > http://groups.google.com/group/v8-users -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
