<div dir="ltr">Circling back around, I recently disabled C++ EH by default on Windows.<div><br></div><div>The slowness is probably not having /MP.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 11, 2015 at 5:57 AM, Dennis Luehring <span dir="ltr"><<a href="mailto:dl.soluz@gmx.net" target="_blank">dl.soluz@gmx.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I should really disconnect<br>
the /EHs flag and add some<br>
/EHexperimental-cxx-exceptions<br>
flag to clang-cl, honestly.<br>
</blockquote>
<br></span>
yupp that would be great - most of the "bugs" i found can be removed by disabling exceptions<br>
- and even the try/catch user can the be then checked if buildable<span class="im HOEnZb"><br>
<br>
<br>
Am 09.06.2015 um 18:43 schrieb Reid Kleckner:<br>
</span><div class="HOEnZb"><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Try disabling C++ exceptions. The implementation suffers from problems like<br>
these and needs LLVM IR changes to support it.<br>
<br>
I should really disconnect the /EHs flag and add some<br>
/EHexperimental-cxx-exceptions flag to clang-cl, honestly.<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>