Hacker News new | ask | show | jobs
by ectopod 1793 days ago
It looks like a bug. The unhappy path contains both `node++` and `node=node->next`. Note that this is in the code following "Let’s go back to the code we showed for value speculation in C:", which is actually different from the preceding code it's supposed to be a copy of. I guess it's a typo.
1 comments

The author has fixed this discrepancy now.