From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.151; helo=mga17.intel.com; envelope-from=jaben.carsey@intel.com; receiver=edk2-devel@lists.01.org Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id DA402210D83E2 for ; Fri, 3 Aug 2018 08:46:21 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Aug 2018 08:46:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,439,1526367600"; d="scan'208";a="245773890" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 03 Aug 2018 08:46:18 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 3 Aug 2018 08:46:10 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.126]) by FMSMSX151.amr.corp.intel.com ([169.254.7.207]) with mapi id 14.03.0319.002; Fri, 3 Aug 2018 08:46:10 -0700 From: "Carsey, Jaben" To: "Carsey, Jaben" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v1 0/5] Refactor AutoGen - class ModuleAutoGen Thread-Index: AQHUKzxBT3TYQQ5qWUSM8Uc1P93qF6SuK3Qw Date: Fri, 3 Aug 2018 15:46:09 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWE3YzEyNTUtYTVmYi00ZmRiLWI1NzQtNjVmZmEwNjllZDdmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSFhORkpvZlQ1RWRRTmVzZVVnQ0ZUc0wyN0R6ODFGQlJadG45RXJncUNMOENEZ3BzcWJsQ0M5OHdVMkUweitUTiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.1.200.107] MIME-Version: 1.0 Subject: Re: [PATCH v1 0/5] Refactor AutoGen - class ModuleAutoGen X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 15:46:22 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Please ignore the numbering. My error. There are only 3 parts of this serie= s. > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Jaben Carsey > Sent: Friday, August 03, 2018 8:11 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v1 0/5] Refactor AutoGen - class ModuleAutoGen >=20 > This adds a decorator based caching mechanism for general use. > This then changes ModuleAutoGen to use the mechanism via > decorators for some functions and properties. This allows for reduction > in object size for objects as the functions are replaced by smaller > data blobs. > Also some small cleanups. >=20 > Jaben Carsey (5): > BaseTools: AutoGen refactor ModuleAutoGen caching > BaseTools: AutoGen - tag a function as cachable > BaseTools: AutoGen refactor to iterate less >=20 > BaseTools/Source/Python/AutoGen/AutoGen.py | 1852 +++++++++------- > ---- > BaseTools/Source/Python/AutoGen/BuildEngine.py | 36 +- > BaseTools/Source/Python/AutoGen/GenC.py | 2 +- > BaseTools/Source/Python/AutoGen/GenMake.py | 12 +- > BaseTools/Source/Python/Common/caching.py | 47 + > 5 files changed, 888 insertions(+), 1061 deletions(-) > create mode 100644 BaseTools/Source/Python/Common/caching.py >=20 > -- > 2.16.2.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel