Re: [edk2] [PATCH v1 0/5] Refactor AutoGen - class ModuleAutoGen

2018-08-12 Thread Zhu, Yonghong
el@lists.01.org > Subject: [edk2] [PATCH v1 0/5] Refactor AutoGen - class ModuleAutoGen > > 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 f

Re: [edk2] [PATCH v1 0/5] Refactor AutoGen - class ModuleAutoGen

2018-08-03 Thread Carsey, Jaben
Please ignore the numbering. My error. There are only 3 parts of this series. > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jaben Carsey > Sent: Friday, August 03, 2018 8:11 AM > To: edk2-devel@lists.01.org > Subject: [e

[edk2] [PATCH v1 0/5] Refactor AutoGen - class ModuleAutoGen

2018-08-03 Thread Jaben Carsey
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