<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:jonas@devlieghere.com" title="Jonas Devlieghere <jonas@devlieghere.com>"> <span class="fn">Jonas Devlieghere</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Compile gets 10x slower (from 40s to 7m40s) due to using -g (on compiles with -fno-execptions)"
href="https://bugs.llvm.org/show_bug.cgi?id=28820">bug 28820</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>jonas@devlieghere.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Compile gets 10x slower (from 40s to 7m40s) due to using -g (on compiles with -fno-execptions)"
href="https://bugs.llvm.org/show_bug.cgi?id=28820#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Compile gets 10x slower (from 40s to 7m40s) due to using -g (on compiles with -fno-execptions)"
href="https://bugs.llvm.org/show_bug.cgi?id=28820">bug 28820</a>
from <span class="vcard"><a class="email" href="mailto:jonas@devlieghere.com" title="Jonas Devlieghere <jonas@devlieghere.com>"> <span class="fn">Jonas Devlieghere</span></a>
</span></b>
<pre>This issue no longer occurs on the current trunk:
time bin/clang++ -arch x86_64 -O2 -isysroot $(xcrun -show-sdk-path) -std=c++11
-c foo_small.cc -g -fno-exceptions
10.26 real 10.01 user 0.21 sys
time bin/clang++ -arch x86_64 -O2 -isysroot $(xcrun -show-sdk-path) -std=c++11
-c foo_small.cc -fno-exceptions
4.72 real 4.53 user 0.13 sys</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>