r192331 - Use KEY_WOW64_32KEY when reading the registry in WindowsToolChain.cpp (PR17033)
Warren Hunt
whunt at google.com
Thu Oct 10 10:33:15 PDT 2013
System resources such as registers. 64-bit mode gives you 16 registers
where as 32-bit mode only gives you 8. Typically performance is better by
~5% in 64-bit mode.
-Warren
On Thu, Oct 10, 2013 at 6:13 AM, Aaron Ballman <aaron at aaronballman.com>wrote:
> On Thu, Oct 10, 2013 at 4:57 AM, Yaron Keren <yaron.keren at gmail.com>
> wrote:
> > Hi Hans,
> >
> > This looks good to me.
> >
> > What is the advantage of building clang.exe as a 64-bit app?
>
> 64-bit applications can take advantage of system resources better than
> 32-bit applications can, when running natively.
>
> ~Aaron
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131010/acd27fdd/attachment.html>
More information about the cfe-commits
mailing list