<div dir="ltr">Ha, you're right. Thanks for pointing it out.<div><br></div><div>How about I add a FeatureLAHFSAHF, and continue using PUSHF/POPF if unsupported?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 10, 2015 at 5:41 PM, Eli Friedman <span dir="ltr"><<a href="mailto:eli.friedman@gmail.com" target="_blank">eli.friedman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class="">On Mon, Aug 10, 2015 at 1:59 PM, JF Bastien via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br></span><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: jfb<br>
Date: Mon Aug 10 15:59:36 2015<br>
New Revision: 244503<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=244503&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=244503&view=rev</a><br>
Log:<br>
x86: Emit LAHF/SAHF instead of PUSHF/POPF<br>
<br>
NaCl's sandbox doesn't allow PUSHF/POPF out of security concerns (priviledged emulators have forgotten to mask system bits in the past, and EFLAGS's DF bit is a constant source of hilarity). Commit r220529 fixed PR20376 by saving cmpxchg's flags result using EFLAGS, this commit now generated LAHF/SAHF instead, for all of x86 (not just NaCl) because it leads to an overall performance gain over PUSHF/POPF.<br></blockquote><div><br></div></span><div>There's a problem with this: not all x86 CPUs support lahf/sahf in 64-bit mode.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div>-Eli<br></div><div> <br></div></font></span></div></div></div>
</blockquote></div><br></div>