Re: [edk2] [PATCH v1 0/3] BaseTools: reduce RegExp compile times...

2018-04-03 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu <yonghong@intel.com> Best Regards, Zhu Yonghong -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jaben Carsey Sent: Friday, March 30, 2018 5:38 AM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH

[edk2] [PATCH v1 0/3] BaseTools: reduce RegExp compile times...

2018-03-29 Thread Jaben Carsey
make a new shareable RegEx in FdfParserLite, then use it Jaben Carsey (3): BaseTools: use single RegExp for token matching BaseTools: use new RegEx from FdfParserLite BaseTools: fix comment cut/paste error BaseTools/Source/Python/Common/FdfParserLite.py | 20 +---