https://chromium.googlesource.com/v8/v8/+/master/src/flag-definitions.h
Spoiler: there's nothing in there that you'd want to mess with. Most flags are for debugging and development. When it makes sense to turn on a flag, we turn it on by default. On Thu, Oct 29, 2015 at 9:39 AM, Ivan P. <[email protected]> wrote: > I know that Chrome V8 Engine has some option that can be set like > "command-line" flags using v8::V8::SetFlagsFromString(). But where can I > find description of the each flag? I did not succeed with googling for this > info so far. Does anyone know the place in documentation or some other > resource that describes V8 flags? > > -- > -- > 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. > -- -- 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.
