public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/4] BaseTools: Leverage compiler output dependency files for binary cache
@ 2019-11-19  9:26 Steven Shi
  2019-11-19  9:26 ` [PATCH 1/4] BaseTools: store more complete output files in " Steven Shi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Steven Shi @ 2019-11-19  9:26 UTC (permalink / raw)
  To: devel; +Cc: liming.gao, bob.c.feng, Steven

From: Steven <steven.shi@intel.com>

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2353

This patch set is NOT for 201911 stable tag
This patch is based on patch set: https://edk2.groups.io/g/devel/message/50360
You can directly try this patch set in this branch: https://github.com/shijunjing/edk2/tree/incrmtl_fix_v6

A previous patch set (https://edk2.groups.io/g/devel/message/50360)
enhances Incremental Build, which is to use c preprocessor and trim
tool to generate dependency files for the source file.
This patch set is enhance the binary cache to follow the new method
of dependency files generation through compiler, and redesign the binary
cache intermediate meta files format.


Shi, Steven (2):
  BaseTools: store more complete output files in binary cache
  BaseTools: enhance the CacheCopyFile method arg names
  BaseTools: Leverage compiler output to optimize binary cache
  BaseTools: Remove redundant binary cache file

 BaseTools/Source/Python/AutoGen/AutoGenWorker.py   |   77 +-
 BaseTools/Source/Python/AutoGen/CacheIR.py         |   29 -
 BaseTools/Source/Python/AutoGen/DataPipe.py        |    2 +
 BaseTools/Source/Python/AutoGen/ModuleAutoGen.py   | 1108 +++++++++-----------
 .../Source/Python/AutoGen/WorkspaceAutoGen.py      |   64 +-
 BaseTools/Source/Python/Common/GlobalData.py       |   35 +-
 BaseTools/Source/Python/build/build.py             |  276 +++--
 7 files changed, 721 insertions(+), 870 deletions(-)
 delete mode 100755 BaseTools/Source/Python/AutoGen/CacheIR.py

-- 
2.16.1.windows.4


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

end of thread, other threads:[~2019-11-19  9:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-19  9:26 [PATCH 0/4] BaseTools: Leverage compiler output dependency files for binary cache Steven Shi
2019-11-19  9:26 ` [PATCH 1/4] BaseTools: store more complete output files in " Steven Shi
2019-11-19  9:26 ` [PATCH 2/4] BaseTools: enhance the CacheCopyFile method arg names Steven Shi
2019-11-19  9:27 ` [PATCH 3/4] BaseTools: Leverage compiler output to optimize binary cache Steven Shi
2019-11-19  9:27 ` [PATCH 4/4] BaseTools: Remove redundant binary cache file Steven Shi

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