From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web09.2119.1575351235370488071 for ; Mon, 02 Dec 2019 21:33:55 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.65, mailfrom: bob.c.feng@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Dec 2019 21:33:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,271,1571727600"; d="scan'208";a="213284761" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga006.jf.intel.com with ESMTP; 02 Dec 2019 21:33:54 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Dec 2019 21:33:54 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Dec 2019 21:33:53 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.90]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.222]) with mapi id 14.03.0439.000; Tue, 3 Dec 2019 13:33:52 +0800 From: "Bob Feng" To: "Shi, Steven" , "devel@edk2.groups.io" CC: "Gao, Liming" Subject: Re: [PATCH v2 0/4] BaseTools: Leverage compiler output dependency files for binary cache Thread-Topic: [PATCH v2 0/4] BaseTools: Leverage compiler output dependency files for binary cache Thread-Index: AQHVqZkGRq7ElnHz7UmSYANUz+nq2qen4xHA Date: Tue, 3 Dec 2019 05:33:51 +0000 Message-ID: <08650203BA1BD64D8AD9B6D5D74A85D16157A094@SHSMSX104.ccr.corp.intel.com> References: <20191203051718.22508-1-steven.shi@intel.com> In-Reply-To: <20191203051718.22508-1-steven.shi@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: bob.c.feng@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable For this patch set, Reviewed-by: Bob Feng -----Original Message----- From: Shi, Steven=20 Sent: Tuesday, December 3, 2019 1:17 PM To: devel@edk2.groups.io Cc: Gao, Liming ; Feng, Bob C Subject: [PATCH v2 0/4] BaseTools: Leverage compiler output dependency file= s for binary cache BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2353 This patch is based on patch set: https://edk2.groups.io/g/devel/message/50= 360 You can directly try this patch set in this branch: https://github.com/shij= unjing/edk2/tree/incrmtl_fix_v8 A previous patch set (https://edk2.groups.io/g/devel/message/50360) enhances Incremental Build, which is to use c preprocessor and trim tool to= generate dependency files for the source file. This patch set is enhance the binary cache to follow the new method of depe= ndency files generation through compiler, and redesign the binary cache int= ermediate meta files format. V2: Rebase the change on the latest edk2 to fix the patch set git apply failure= . V1: Initial patch set Shi, Steven (4): BaseTools: store more complete output files in binary cache BaseTools: enhance the CacheCopyFile method arg names BaseTools: Leverage compiler output to optimize binary cache BaseTools: Remove redundant binary cache file .../Source/Python/AutoGen/AutoGenWorker.py | 77 +- BaseTools/Source/Python/AutoGen/CacheIR.py | 29 - BaseTools/Source/Python/AutoGen/DataPipe.py | 2 + .../Source/Python/AutoGen/ModuleAutoGen.py | 1108 +++++++---------- .../Source/Python/AutoGen/WorkspaceAutoGen.py | 64 +- BaseTools/Source/Python/Common/GlobalData.py | 35 +- BaseTools/Source/Python/build/build.py | 276 ++-- 7 files changed, 721 insertions(+), 870 deletions(-) delete mode 100755 B= aseTools/Source/Python/AutoGen/CacheIR.py -- 2.17.1