Changes between Initial Version and Version 3 of Ticket #2020


Ignore:
Timestamp:
Jul 2, 2013, 3:34:57 AM (11 years ago)
Author:
Jorma Rebane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2020 – Description

    initial v3  
    2929These are the performance comparisons from the patch test suite:
    3030{{{
    31     >> DEBUG
    32     .std_alloc growshrink:     7081ms
    33     .std_alloc temporaries:    105ms
    34     .pool_alloc growshrink:    61ms
    35     .pool_alloc temporaries:   7ms
    36     .tls_bucket growshrink:    51ms
    37     .tls_bucket temporaries:   9ms
    38     .stress_test std::stl:     1245ms
    39     .stress_test ps::stl:      499ms
     31    >> RELEASE Debugger Attached
     32    std_alloc fragmented:     2614ms
     33    std_alloc growshrink:     8156ms
     34    std_alloc temporaries:    86ms
     35    tls_bucket fragmented:    7ms
     36    tls_bucket growshrink:    4ms
     37    tls_bucket temporaries:   3ms
     38    stress_test std::stl:     628ms
     39    stress_test ps::stl:      48ms
    4040     
    41     >> RELEASE
    42     .std_alloc growshrink:     4761ms
    43     .std_alloc temporaries:    77ms
    44     .pool_alloc growshrink:    8ms
    45     .pool_alloc temporaries:   1ms
    46     .tls_bucket growshrink:    8ms
    47     .tls_bucket temporaries:   3ms
    48     .stress_test std::stl:     424ms
    49     .stress_test ps::stl:      25ms
     41    >> RELEASE No debugger
     42    std_alloc fragmented:     15ms
     43    std_alloc growshrink:     13ms
     44    std_alloc temporaries:    9ms
     45    tls_bucket fragmented:    5ms
     46    tls_bucket growshrink:    4ms
     47    tls_bucket temporaries:   4ms
     48    stress_test std::stl:     76ms
     49    stress_test ps::stl:      41ms
    5050}}}
    5151