public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/3] BaseTools: reduce RegExp compile times...
@ 2018-03-29 21:38 Jaben Carsey
  2018-03-29 21:38 ` [PATCH v1 1/3] BaseTools: use single RegExp for token matching Jaben Carsey
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jaben Carsey @ 2018-03-29 21:38 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-03  9:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-29 21:38 [PATCH v1 0/3] BaseTools: reduce RegExp compile times Jaben Carsey
2018-03-29 21:38 ` [PATCH v1 1/3] BaseTools: use single RegExp for token matching Jaben Carsey
2018-03-29 21:38 ` [PATCH v1 2/3] BaseTools: use new RegEx from FdfParserLite Jaben Carsey
2018-03-29 21:38 ` [PATCH v1 3/3] BaseTools: fix comment cut/paste error Jaben Carsey
2018-04-03  9:26 ` [PATCH v1 0/3] BaseTools: reduce RegExp compile times Zhu, Yonghong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox