From: "Bob Feng" <bob.c.feng@intel.com>
To: devel@edk2.groups.io
Subject: [Patch 0/9] Enable multiple process AutoGen
Date: Thu, 18 Jul 2019 14:14:14 +0800 [thread overview]
Message-ID: <20190718061423.30612-1-bob.c.feng@intel.com> (raw)
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1875
In order to improve the build performance, we implemented
multiple-processes AutoGen. This change will reduce 20% time
for AutoGen phase.
The design document can be got from:
https://edk2.groups.io/g/devel/files/Designs/2019/0627/Multiple-thread-AutoGen.pdf
This patch serial pass the build of Ovmf, MinKabylake, MinPurley, packages
under Edk2 repository and intel client and server platforms.
Feng, Bob C (9):
BaseTools: Singleton the object to handle build conf file
BaseTools: Split WorkspaceAutoGen._InitWorker into multiple functions
BaseTools: Add functions to get platform scope build options
BaseTools: Decouple AutoGen Objects
BaseTools: Enable Multiple Process AutoGen
BaseTools: Add shared data for processes
BaseTools: Add LogAgent to support multiple process Autogen
BaseTools: Move BuildOption parser out of build.py
BaseTools: Add the support for python 2
BaseTools/Source/Python/AutoGen/AutoGen.py | 4227 +----------------
.../Source/Python/AutoGen/AutoGenWorker.py | 220 +
.../Source/Python/AutoGen/BuildEngine.py | 22 +
BaseTools/Source/Python/AutoGen/DataPipe.py | 153 +
BaseTools/Source/Python/AutoGen/GenC.py | 6 +-
.../Source/Python/AutoGen/ModuleAutoGen.py | 1883 ++++++++
.../Python/AutoGen/ModuleAutoGenHelper.py | 616 +++
.../Source/Python/AutoGen/PlatformAutoGen.py | 1483 ++++++
.../Source/Python/AutoGen/WorkspaceAutoGen.py | 902 ++++
BaseTools/Source/Python/Common/EdkLogger.py | 117 +-
BaseTools/Source/Python/Common/Misc.py | 1 -
.../Python/Common/TargetTxtClassObject.py | 28 +-
.../Python/Common/ToolDefClassObject.py | 6 +-
BaseTools/Source/Python/GenFds/GenFds.py | 4 +-
.../Python/GenFds/GenFdsGlobalVariable.py | 54 +-
.../Python/PatchPcdValue/PatchPcdValue.py | 1 -
.../Source/Python/Workspace/DscBuildData.py | 38 +-
.../Source/Python/Workspace/InfBuildData.py | 39 +
.../Python/Workspace/WorkspaceCommon.py | 4 +
.../Python/Workspace/WorkspaceDatabase.py | 3 +
BaseTools/Source/Python/build/BuildReport.py | 4 +-
BaseTools/Source/Python/build/build.py | 322 +-
BaseTools/Source/Python/build/buildoptions.py | 92 +
23 files changed, 5789 insertions(+), 4436 deletions(-)
create mode 100644 BaseTools/Source/Python/AutoGen/AutoGenWorker.py
create mode 100644 BaseTools/Source/Python/AutoGen/DataPipe.py
create mode 100644 BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
create mode 100644 BaseTools/Source/Python/AutoGen/ModuleAutoGenHelper.py
create mode 100644 BaseTools/Source/Python/AutoGen/PlatformAutoGen.py
create mode 100644 BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py
create mode 100644 BaseTools/Source/Python/build/buildoptions.py
--
2.20.1.windows.1
next reply other threads:[~2019-07-18 6:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-18 6:14 Bob Feng [this message]
2019-07-18 6:14 ` [Patch 1/9] BaseTools: Singleton the object to handle build conf file Bob Feng
2019-07-18 6:14 ` [Patch 2/9] BaseTools: Split WorkspaceAutoGen._InitWorker into multiple functions Bob Feng
2019-07-18 6:14 ` [Patch 3/9] BaseTools: Add functions to get platform scope build options Bob Feng
2019-07-18 6:14 ` [Patch 4/9] BaseTools: Decouple AutoGen Objects Bob Feng
2019-07-18 6:14 ` [Patch 5/9] BaseTools: Enable Multiple Process AutoGen Bob Feng
2019-07-18 6:14 ` [Patch 6/9] BaseTools: Add shared data for processes Bob Feng
2019-07-18 6:14 ` [Patch 7/9] BaseTools: Add LogAgent to support multiple process Autogen Bob Feng
2019-07-18 6:14 ` [Patch 8/9] BaseTools: Move BuildOption parser out of build.py Bob Feng
2019-07-18 6:14 ` [Patch 9/9] BaseTools: Add the support for python 2 Bob Feng
2019-07-21 12:26 ` [edk2-devel] [Patch 0/9] Enable multiple process AutoGen Laszlo Ersek
2019-07-21 15:55 ` Steven Shi
2019-07-22 9:11 ` Bob Feng
2019-07-22 19:50 ` Laszlo Ersek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190718061423.30612-1-bob.c.feng@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox