[PATCH] Avoid duplicate lookup in getSymbolAddress and getSymbolLoadAddress

Kaylor, Andrew andrew.kaylor at intel.com
Fri Oct 18 09:48:53 PDT 2013


Hi Yaron,

These patches look great.  Do you have commit access?

-Andy

From: Yaron Keren [mailto:yaron.keren at gmail.com]
Sent: Friday, October 18, 2013 2:23 AM
To: llvm-commits at cs.uiuc.edu; Kaylor, Andrew
Subject: Re: [PATCH] Avoid duplicate lookup in getSymbolAddress and getSymbolLoadAddress

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<mailto: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/e0a11a22/attachment.html>


More information about the llvm-commits mailing list