Thanks. Is there a flag in flag-definitions.h for disbling turbo. I have set use-crankshaft to false.
Best Regards, Deepak Subramanian On Wednesday, October 21, 2015 at 11:14:34 AM UTC+2, Ben Noordhuis wrote: > > On Wed, Oct 21, 2015 at 10:36 AM, Deepak Subramanian > <[email protected] <javascript:>> wrote: > > Hi, > > > > Is there a possiblility to only use full-codegen thereby making the code > > pass through the parser everytime. > > > > i.e. I want to disable all other compilers. > > You can disable the optimizing compilers with --nocrankshaft --noturbo. > > I'm not sure what you mean by "pass through the parser everytime" > though. Source code always goes through full-codegen first before it > gets optimized. > -- -- 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.
