The flag FLAG_trace_turbo_reduction seems not doing what was advertised in src/flag-definitions.h:DEFINE_BOOL(trace_turbo_reduction, false, "trace TurboFan's various reducers"). It is only printing out dead node in graph trimmer where I guess a flag called trace_graph_trimmer might be better. Is there other flag to trace reducers, i.e., showing what kind of reduction was done? I want to find out where a specific transformation are taken place so such as flag would be very helpful.
Thanks, Deon -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" 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.
