Performance test of short-circuiting AliasSeq

Stefan Koch uplink.coder at googlemail.com
Mon Jun 1 20:23:31 UTC 2020


On Monday, 1 June 2020 at 20:16:55 UTC, Stefan Koch wrote:
> Hi,
>
> So I've asked myself if the PR 
> https://github.com/dlang/dmd/pull/11057
>
> [...]

TLDR; Performance patch caused a slowdown.
Why? Because the checking for the case which it wants to optimize 
takes more time than you safe by optimizing it.


More information about the Digitalmars-d mailing list