<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - lld might be creating DSOs that takes more time to load for the dynamic loader than those created by gold"
   href="https://bugs.llvm.org/show_bug.cgi?id=35536">35536</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>lld might be creating DSOs that takes more time to load for the dynamic loader than those created by gold
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lld
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>ELF
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ruiu@google.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>According to
<a href="http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20171127/506937.html">http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20171127/506937.html</a>,
LLVM component build time with lld is slower than that with gold.

  gold:                         138.207661064 seconds time elapsed
  lld master:                   143.343427881 seconds time elapsed
  cutting bloom filter in half: 148.267076771 seconds time elapsed
  bloom filter of size 1:       180.053104591 seconds time elapsed

It implies that our DSO outputs are inefficient for the dynamic loader than
gold. This is not high priority, but we want to investigate it.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>