On Tuesday, 11 October 2016 at 15:08:34 UTC, Andrei Alexandrescu wrote:
On 10/10/2016 11:00 PM, Stefan Koch wrote:

[...]

Looked at this, still seems to generate a jump forward with ldc. Also, why do you leave a fallthrough path? Progress needs to be made on all paths, otherwise we have infinite loops.

I forgot that the fall-trough did no longer end in Lend;
That forward jump to Lend is a very common and therefore predicted branch.


I will now run this problem through STOKE.
Let's see what it comes up with :)

Reply via email to