summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2016-04-08 14:34:03 +0800
committerLiming Gao <liming.gao@intel.com>2016-04-28 10:46:42 +0800
commit467d5f6b30bcd2bb73bfaafc31118944d95ec28e (patch)
tree6817c2475336b59325277c47c1b79833dcdb4946 /NetworkPkg
parenta5b731e0850aa98bf1e635860016e913a6cbb808 (diff)
downloadedk2-467d5f6b30bcd2bb73bfaafc31118944d95ec28e.tar.gz
edk2-467d5f6b30bcd2bb73bfaafc31118944d95ec28e.tar.bz2
edk2-467d5f6b30bcd2bb73bfaafc31118944d95ec28e.zip
MdeModulePkg: DxeCore MemoryPool Algorithm Update
Use 128 bytes as the start size region to be same to previous one. 64 bytes is small as the first range. On X64 arch, POOL_OVERHEAD takes 40 bytes, the pool data less than 24 bytes can be fit into it. But, the real allocation is few that can't reduce its free pool link list. And, the second range (64~128) has more allocation that also increases the free pool link list of the first range. Then, the link list will become longer and longer. When LinkList check enable in DEBUG tip, the long link list will bring the additional overhead and bad performance. Here is the performance data collected in our X64 platform with DEBUG enable. 64 byte: 22 seconds in BDS phase 128 byte: 19.6 seconds in BDS phase Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'NetworkPkg')
0 files changed, 0 insertions, 0 deletions