Re: [PATCH] Remove wrong assert about single value profiler.

2019-06-11 Thread Jan Hubicka
> Hi. > > The assert in stream_out_histogram_value is wrong about single value > counters where we can have a negative number as a target of an indirect > call. And likewise we use special value -1 for counters that overflow. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tes

[PATCH] Remove wrong assert about single value profiler.

2019-06-11 Thread Martin Liška
Hi. The assert in stream_out_histogram_value is wrong about single value counters where we can have a negative number as a target of an indirect call. And likewise we use special value -1 for counters that overflow. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to