[PATCH] Avoid duplicate lookup in getSymbolAddress and getSymbolLoadAddress

Yaron Keren yaron.keren at gmail.com
Fri Oct 18 02:23:14 PDT 2013


Ah, another place in RuntimeDyld.cpp where lookup can be avoided. I now
searched and found no more lookup( in EE.

This patch include the previous one as well.

Yaron



2013/10/18 Yaron Keren <yaron.keren at gmail.com>

> Reuse the iterator from find to avoid lookup-ing again.
>
> Yaron
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131018/f2ffbb86/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RuntimeDyld.diff
Type: application/octet-stream
Size: 1910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131018/f2ffbb86/attachment.obj>


More information about the llvm-commits mailing list