BIND 10 trac537, created. bf944144b1283d93a5138145cbdb576cea7a9fa0 [trac537] Some explaining comments

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 1 11:39:58 UTC 2011


The branch, trac537 has been created
        at  bf944144b1283d93a5138145cbdb576cea7a9fa0 (commit)

- Log -----------------------------------------------------------------
commit bf944144b1283d93a5138145cbdb576cea7a9fa0
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Feb 1 12:39:23 2011 +0100

    [trac537] Some explaining comments

commit d1971c14bddf6bcdbc031d1e3195b48ed4bffd62
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Feb 1 12:16:30 2011 +0100

    [trac537] Use auto_ptr instead of shared_ptr
    
    In some cases, these variables will live only inside one instance and
    will never be copied/shared. Therefore using shared_ptr is unnecessary
    overhead (allocation of the count object, etc).

commit cfc8341a5ff3f2cc7873689b2b787e9ed6dd1b02
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Feb 1 12:07:53 2011 +0100

    [trac537] Put UDPServer variables to nested class
    
    This is to lover the overhead of copying UDPServer - UDPServer is a
    coroutine object and it is copied a lot. This way only single shared
    pointer is copied instead of 10 of them.

-----------------------------------------------------------------------




More information about the bind10-changes mailing list