You can also have a look 
at https://www.chromium.org/developers/how-tos/run-chromium-with-flags. 
Jakob is right, normally you don't want to mess with these if you are not 
actively working on V8/Chromium.

Running d8 with '--help' will also show you the available flags with a 
short description.

On Thursday, October 29, 2015 at 10:22:01 AM UTC+1, Jakob Kummerow wrote:
>
> 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] 
> <javascript:>> 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] <javascript:>
>> 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] <javascript:>.
>> 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.

Reply via email to