On 2/9/23 18:54, Zebediah Figura wrote:
(1) Why does setting channel->flags affect performance at all? I'm thoroughly baffled by this one.
Evan Tang provided me with the cluebat privately—it's because __WINE_DBCL_TRACE is always set, so we end up always calling __wine_dbg_header() [which will then discard the message]. So we probably really should fix this :x