Hey Deon, No there's currently no way to trace reducers in general. The --trace-turbo-graph flag prints out the full graph after every pass, once all the reductions in that pass happened, but I suppose that's not what you were looking for.
-- Benedikt Deon Dior <[email protected]> schrieb am Do., 12. Mai 2016, 01:56: > 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. > -- -- 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.
