Changes between Initial Version and Version 1 of Ticket #10814, comment 10


Ignore:
Timestamp:
11/22/18 05:36:36 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10814, comment 10

    initial v1  
    99If SetNowSeen() were expected to return 1/0. And bitwise OR-ing that guarantees a 1...
    1010
    11 Did they... Did they microoptimize an action by inserting it into the middle of a series of conditions, so it could be short-circuited when the register variable was 0?
     11Did they... Did they microoptimize an action by inserting it into the middle of a series of conditions, so it could be short-circuited when the "register" variable was 0?
    1212
    1313When the action did run, always forced to evaluate as 1, it would not abandon the block when kernel returned 0.