Changes between Initial Version and Version 1 of Ticket #8348, comment 1


Ignore:
Timestamp:
May 24, 2013, 3:44:36 AM (9 years ago)
Author:
chris_kohlhoff

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8348, comment 1

    initial v1  
    1 These descriptor_state nobjects are recycled via an object_pool. The next_ and prev_ members are set by the pool. The other members are set after the object has been obtained from the pool. It would seem that all code paths do set the members correctly and so the warning is purely a cosmetic issue. I'll look at fixing in the future provided there are no performance impacts.
     1These descriptor_state objects are recycled via an object_pool. The next_ and prev_ members are set by the pool. The other members are set after the object has been obtained from the pool. It would seem that all code paths do set the members correctly and so the warning is purely a cosmetic issue. I'll look at fixing in the future provided there are no performance impacts.