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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10814, comment 10

    v1 v2  
    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 micro-optimize 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.