<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Oct 19, 2016 at 12:02 AM, Justin Bogner <span dir="ltr"><<a href="mailto:mail@justinbogner.com" target="_blank">mail@justinbogner.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Rafael Espindola via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> writes:<br>
> Author: rafael<br>
> Date: Tue SepĀ  6 15:36:24 2016<br>
> New Revision: 280750<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=280750&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-<wbr>project?rev=280750&view=rev</a><br>
> Log:<br>
> Avoid using alignas and constexpr.<br>
><br>
> This requires removing the custom allocator, since Demangle cannot<br>
> depend on Support and so cannot use Compiler.h.<br>
<br>
</span>Can we use alignas and constexpr now that we're dropping MSVC 2013, or<br>
did these also cause problems on other compilers? If 2013 was the<br>
bottleneck, should we add back the custom allocator here?</blockquote><div><br></div><div>Go for it, I tried out the basic constructs with MSVC 2015 and it all works. The only question is, do you think the custom arena allocator is worth it? For a demangler, it might be.</div></div></div></div>