]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools: Improve build performance of structure PCD value generation
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 28 Feb 2018 05:59:21 +0000 (13:59 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 28 Feb 2018 08:47:43 +0000 (16:47 +0800)
commitf3b314331ce1557d51bbd6930ca9bec01ceefdd7
treee51c449edcfe88356f138316b1c1c9282c391265
parent79820e32ec96b560bc0d5cd437990f600a2ddce7
BaseTools: Improve build performance of structure PCD value generation

Optimized the PcdValueInit.c size by abstract the common logic in the funciton.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools/Source/Python/Workspace/DscBuildData.py