Changes between Version 2 and Version 3 of Ticket #11280, comment 20


Ignore:
Timestamp:
Apr 8, 2015, 5:28:31 PM (9 years ago)
Author:
ttcoder

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11280, comment 20

    v2 v3  
    1010Plausible?
    1111
     12EDIT: the registers for the argument to node_ref::eq() have always the same value, so if I read the registers right, it seems the line
     13
     14{{{
     15slot = _Link(slot);
     16}}}
     17
     18does not change the value of `slot`, i.e. slot is linked to itself, so we never reach a slot that would make us `break`.