<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 05/09/2015 11:22 PM, Serhiy
      Storchaka wrote:<br>
    </div>
    <blockquote cite="mid:mimtfd$c3u$1@ger.gmane.org" type="cite">On
      10.05.15 02:25, Ian Cordasco wrote:
      <br>
      <blockquote type="cite">Can you share how you gathered them so
        someone could run them on a
        <br>
        64-bit build?
        <br>
      </blockquote>
      <br>
      This is quick and dirty patch. It generates 8 GB log file!<br>
    </blockquote>
    <br>
    I ran it under 64-bit Linux.  Actually it generated a 10GB log
    file.  It was stalled at test_multiprocessing_fork for five hours so
    I killed it.<br>
    <br>
    What follows are the (apparently) partial results.  I think it makes
    a good case for a one-element freelist for 64-bit builds.<br>
    <br>
    <br>
    <i>/arry</i><br>
    <br>
    --<br>
    <br>
    <tt>type                                count       %   acc.%<br>
      <br>
      builtin_function_or_method      131028598  37.25%  37.25%<br>
      method                           52062496  14.80%  52.05%<br>
      int                              47600237  13.53%  65.59%<br>
      str                              43841584  12.46%  78.05%<br>
      generator                        14038624   3.99%  82.04%<br>
      float                             8617481   2.45%  84.49%<br>
      list_iterator                     8214121   2.34%  86.83%<br>
      bytes                             7884898   2.24%  89.07%<br>
      tuple_iterator                    5172174   1.47%  90.54%<br>
      _io.StringIO                      3482733   0.99%  91.53%<br>
      set                               3335168   0.95%  92.48%<br>
      str_iterator                      2856373   0.81%  93.29%<br>
      list                              2245981   0.64%  93.93%<br>
      dict                              1682253   0.48%  94.41%<br>
      method-wrapper                    1574412   0.45%  94.86%<br>
      function                          1475393   0.42%  95.28%<br>
      traceback                         1417094   0.40%  95.68%<br>
      tuple                             1181899   0.34%  96.01%<br>
      memoryview                        1103226   0.31%  96.33%<br>
      cell                              1047245   0.30%  96.63%<br>
      managedbuffer                     1044764   0.30%  96.92%<br>
      bytearray                          714337   0.20%  97.13%<br>
      range_iterator                     498240   0.14%  97.27%<br>
      range                              485325   0.14%  97.41%<br>
      super                              473542   0.13%  97.54%<br>
      map                                446608   0.13%  97.67%<br>
      frame                              426570   0.12%  97.79%<br>
      set_iterator                       424526   0.12%  97.91%<br>
      Leaf                               391824   0.11%  98.02%<br>
      symtable                           376815   0.11%  98.13%</tt><br>
    <br>
    <tt>int                              47600237  13.53%<br>
                                   0     294964   0.62%   0.62%<br>
                                   1   36135772  75.92%  76.53%<br>
                                   2    4504046   9.46%  86.00%<br>
                                   3    2109837   4.43%  90.43%<br>
                                   4    1277995   2.68%  93.11%<br>
                                   5     542775   1.14%  94.25%<br>
                                   6     485451   1.02%  95.27%<br>
    </tt><tt>...<br>
      <br>
      bytes                             7884898   2.24%<br>
                                   0        849   0.01%   0.01%<br>
                                   1     250357   3.18%   3.19%<br>
                                   2     450310   5.71%   8.90%<br>
                                   3     259659   3.29%  12.19%<br>
                                   4    1157554  14.68%  26.87%<br>
                                   5      77493   0.98%  27.85%<br>
                                   6     139816   1.77%  29.63%<br>
                                   7     165399   2.10%  31.72%<br>
                                   8     191821   2.43%  34.16%<br>
                                   9      63009   0.80%  34.96%<br>
                                  10      48751   0.62%  35.57%<br>
                                  11      50505   0.64%  36.22%<br>
                                  12      94186   1.19%  37.41%<br>
                                  13      33927   0.43%  37.84%<br>
                                  14     123546   1.57%  39.41%<br>
                                  15      36565   0.46%  39.87%<br>
                                  16     447183   5.67%  45.54%<br>
                                  17     186609   2.37%  47.91%<br>
                                  18    1301737  16.51%  64.42%<br>
      ...<br>
      <br>
      tuple                             1181899   0.34%<br>
                                   0         47   0.00%   0.00%<br>
                                   1     120156  10.17%  10.17%<br>
                                   2     340983  28.85%  39.02%<br>
                                   3      80924   6.85%  45.87%<br>
                                   4      78908   6.68%  52.54%<br>
                                   5      35502   3.00%  55.55%<br>
                                   6     171292  14.49%  70.04%<br>
                                   7     136474  11.55%  81.59%<br>
                                   8      48435   4.10%  85.69%<br>
      ...<br>
      <br>
      <br>
      <br>
    </tt>
  </body>
</html>