public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/2] BaseTools: cleanup for speed
@ 2018-05-18  0:06 Jaben Carsey
  2018-05-18  0:06 ` [PATCH v1 1/2] BaseTools: refactor to remove functions Jaben Carsey
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jaben Carsey @ 2018-05-18  0:06 UTC (permalink / raw)
  To: edk2-devel

the first patch merges 2 almost identical functions by moving optional output
to the WorkspaceCommon version and then calls it from AutoGen.

the second patch is lots of small cleanups.

Jaben Carsey (2):
  BaseTools: refactor to remove functions
  BaseTools: Cleanup unneeded code

 BaseTools/Source/Python/AutoGen/AutoGen.py             | 500 +++++++-------------
 BaseTools/Source/Python/AutoGen/GenC.py                |   2 +-
 BaseTools/Source/Python/AutoGen/GenMake.py             |   4 +-
 BaseTools/Source/Python/AutoGen/GenPcdDb.py            |  14 +-
 BaseTools/Source/Python/AutoGen/GenVar.py              |   2 +-
 BaseTools/Source/Python/AutoGen/StrGather.py           |   8 +-
 BaseTools/Source/Python/Common/Misc.py                 |   2 +-
 BaseTools/Source/Python/Common/String.py               |   2 +-
 BaseTools/Source/Python/Common/VpdInfoFile.py          |   2 +-
 BaseTools/Source/Python/GenFds/FdfParser.py            |   8 +-
 BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py | 119 +++--
 BaseTools/Source/Python/Workspace/WorkspaceCommon.py   |  52 +-
 BaseTools/Source/Python/build/BuildReport.py           |  26 +-
 BaseTools/Source/Python/build/build.py                 |   6 +-
 14 files changed, 291 insertions(+), 456 deletions(-)

-- 
2.16.2.windows.1



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

end of thread, other threads:[~2018-06-12  6:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-18  0:06 [PATCH v1 0/2] BaseTools: cleanup for speed Jaben Carsey
2018-05-18  0:06 ` [PATCH v1 1/2] BaseTools: refactor to remove functions Jaben Carsey
2018-05-18  0:06 ` [PATCH v1 2/2] BaseTools: Cleanup unneeded code Jaben Carsey
2018-06-12  6:43 ` [PATCH v1 0/2] BaseTools: cleanup for speed Zhu, Yonghong

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