Re: [edk2-devel] [Patch 05/10 V8] BaseTools: Enable Multiple Process AutoGen

2019-09-24 Thread dann frazier
To: devel@edk2.groups.io; Feng, Bob C > Cc: Gao, Liming > Subject: Re: [edk2-devel] [Patch 05/10 V8] BaseTools: Enable Multiple Process > AutoGen > > On Wed, Aug 07, 2019 at 12:25:32PM +0800, Bob Feng wrote: > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1875 > >

Re: [edk2-devel] [Patch 05/10 V8] BaseTools: Enable Multiple Process AutoGen

2019-09-23 Thread Bob Feng
@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of dann frazier Sent: Tuesday, September 24, 2019 9:19 AM To: devel@edk2.groups.io; Feng, Bob C Cc: Gao, Liming Subject: Re: [edk2-devel] [Patch 05/10 V8] BaseTools: Enable Multiple Process AutoGen On Wed, Aug 07, 2019 at 12:25:32PM +0800

Re: [edk2-devel] [Patch 05/10 V8] BaseTools: Enable Multiple Process AutoGen

2019-09-23 Thread dann frazier
On Wed, Aug 07, 2019 at 12:25:32PM +0800, Bob Feng wrote: > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1875 > > Assign the Module AutoGen tasks into multiple > sub process. > > Cc: Liming Gao > Signed-off-by: Bob Feng > --- > .../Source/Python/AutoGen/AutoGenWorker.py| 191

[edk2-devel] [Patch 05/10 V8] BaseTools: Enable Multiple Process AutoGen

2019-08-06 Thread Bob Feng
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1875 Assign the Module AutoGen tasks into multiple sub process. Cc: Liming Gao Signed-off-by: Bob Feng --- .../Source/Python/AutoGen/AutoGenWorker.py| 191 ++ BaseTools/Source/Python/AutoGen/DataPipe.py | 17 +-