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

Jaben Carsey posted 3 patches 6 years ago
Failed in applying to current master (apply log)
BaseTools/Source/Python/Common/FdfParserLite.py | 20 +++++++++-----------
BaseTools/Source/Python/GenFds/FdfParser.py     | 12 +++++-------
2 files changed, 14 insertions(+), 18 deletions(-)
[edk2] [PATCH v1 0/3] BaseTools: reduce RegExp compile times...
Posted by Jaben Carsey 6 years ago
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 +++++++++-----------
 BaseTools/Source/Python/GenFds/FdfParser.py     | 12 +++++-------
 2 files changed, 14 insertions(+), 18 deletions(-)

-- 
2.16.2.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v1 0/3] BaseTools: reduce RegExp compile times...
Posted by Zhu, Yonghong 6 years ago
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> 

Best Regards,
Zhu Yonghong


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@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 v1 0/3] BaseTools: reduce RegExp compile times...

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 +++++++++-----------
 BaseTools/Source/Python/GenFds/FdfParser.py     | 12 +++++-------
 2 files changed, 14 insertions(+), 18 deletions(-)

-- 
2.16.2.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel