Re: [edk2] [Patch] BaseTools: cache the defined Guid tool to improve the performance

2016-04-04 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Yonghong Zhu > Sent: Tuesday, March 29, 2016 1:38 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [Patch] BaseTools: cache the defined Guid

[edk2] [Patch] BaseTools: cache the defined Guid tool to improve the performance

2016-03-28 Thread Yonghong Zhu
Current GenFds Tool class GuidSection() is parsing the tools_def.txt for every GUID'ed section that has a GUID defined tool, it cause a bad performance. so this patch cache the defined Guid tool to improve the performance. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: