Re: [edk2-devel] [PATCH v1] MdeModulePkg/Core/Pei: Improve the copy performance

2024-03-01 Thread Laszlo Ersek
On 3/1/24 08:11, Li, Zhihao wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4697 > > EvacuateTempRam function will copy the temporary memory context to the rebased > pages and the raw pages. Migrations of rebased PEIMs is from cache to memory, > while raw PEIMs is from memory to memor

[edk2-devel] [PATCH v1] MdeModulePkg/Core/Pei: Improve the copy performance

2024-02-29 Thread Li, Zhihao
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4697 EvacuateTempRam function will copy the temporary memory context to the rebased pages and the raw pages. Migrations of rebased PEIMs is from cache to memory, while raw PEIMs is from memory to memory. So the migrations of raw PEIMs is slower t