Re: [edk2] [Patch 0/4] BaseTools: Enable optimization to generate fast code in C tools

2016-09-30 Thread Jordan Justen
On 2016-09-29 07:12:43, Liming Gao wrote: > After enable optimization, C tool build time is reduced by ~50%. Please see > below example to use LzmaCompress to compress OVMF DXEFV. > > Tool Compression time Decompression time > LzmaCompress (GCC O0)3.476s

[edk2] [Patch 0/4] BaseTools: Enable optimization to generate fast code in C tools

2016-09-29 Thread Liming Gao
After enable optimization, C tool build time is reduced by ~50%. Please see below example to use LzmaCompress to compress OVMF DXEFV. Tool Compression time Decompression time LzmaCompress (GCC O0)3.476s 0.204s LzmaCompress (GCC Ofast) 1.655s