From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: liming.gao@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Thu, 05 Sep 2019 06:09:26 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2019 06:09:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,470,1559545200"; d="scan'208";a="173936858" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga007.jf.intel.com with ESMTP; 05 Sep 2019 06:09:26 -0700 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 5 Sep 2019 06:09:26 -0700 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 5 Sep 2019 06:09:25 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Thu, 5 Sep 2019 06:09:25 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.235]) with mapi id 14.03.0439.000; Thu, 5 Sep 2019 21:09:24 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Feng, Bob C" Subject: Re: [edk2-devel] [Patch 0/2] Enable --genfds-multi-thread to default build Thread-Topic: [edk2-devel] [Patch 0/2] Enable --genfds-multi-thread to default build Thread-Index: AQHVY5eQ0H0UnCecE0+fxWBUOY+J6acdDuEA Date: Thu, 5 Sep 2019 13:09:23 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4F333F@SHSMSX104.ccr.corp.intel.com> References: <20190905031050.15608-1-bob.c.feng@intel.com> In-Reply-To: <20190905031050.15608-1-bob.c.feng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDg4NzFhNDUtZjNlYS00OThlLTgzMmEtZjQxYjExYWM5YjAwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaE40NStWd0J6OTVPdDhBNmdkNFpyXC9iU0s5K3ZNcUxDZmZObXF1SEd5c1RKUFFHcitZdkZiYUtrMUdGYzBncysifQ== dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Bob: Can you list the platform list have been verified with this change? Thanks Liming> -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Bo= b Feng > Sent: Thursday, September 5, 2019 11:11 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [Patch 0/2] Enable --genfds-multi-thread to defaul= t build >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1302 >=20 > Enable --genfds-multi-thread as default build behavior can improve > build performance but will not bring nagtive impact. >=20 > Feng, Bob C (2): > BaseTools: Fixed the build fail on Linux with --genfds-multi-thread > BaseTools: Enable --genfds-multi-thread to default build >=20 > BaseTools/Source/Python/AutoGen/GenMake.py | 4 ++-- > BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py | 3 +-- > BaseTools/Source/Python/Common/GlobalData.py | 2 +- > BaseTools/Source/Python/Common/buildoptions.py | 3 ++- > BaseTools/Source/Python/GenFds/GenFds.py | 9 ++++++--- > BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py | 4 ++-- > BaseTools/Source/Python/build/build.py | 2 +- > 7 files changed, 15 insertions(+), 12 deletions(-) >=20 > -- > 2.20.1.windows.1 >=20 >=20 >=20