On Fri, Nov 14, 2014 at 8:19 PM, Segher Boessenkool
wrote:
> Output the cost calculation always, not only when the costs disallow
> a combination. Checking if your port has sane costs is much easier
> this way.
>
> Also there is no point in printing full lines at once; debug dumps
> are never tra
Output the cost calculation always, not only when the costs disallow
a combination. Checking if your port has sane costs is much easier
this way.
Also there is no point in printing full lines at once; debug dumps
are never translated, so we can print piece by piece.
2014-11-14 Segher Boessenko