public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/1] BaseTools: Cannot store library cache of different arch together
@ 2019-06-17  8:16 Steven Shi
  2019-06-17  8:16 ` [PATCH v3 1/1] " Steven Shi
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Shi @ 2019-06-17  8:16 UTC (permalink / raw)
  To: devel; +Cc: liming.gao, bob.c.feng, christian.rodriguez

V3:
WorkspaceAutoGen does not have the Arch attribute and current Meta-file
of active platform already can make sure the __hash__ value is unique for
WorkspaceAutoGen object. So, only add adds the arch string into the
PlatformAutoGen and ModuleAutoGen __hash_ definitions.

V2:
Follow the Christian suggestion, Still keep the set() usage, but instead to
enahnce the AutoGen object __hash__ definition to be unique by including
the AutoGen object arch string into the __hash_ values.

V1:
Avoid to use the set() as the container to save the library and module objects

Steven Shi (1):
  BaseTools: Cannot store library cache of different arch together

 BaseTools/Source/Python/AutoGen/AutoGen.py | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

-- 
2.17.1.windows.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-17  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-17  8:16 [PATCH v3 0/1] BaseTools: Cannot store library cache of different arch together Steven Shi
2019-06-17  8:16 ` [PATCH v3 1/1] " Steven Shi
2019-06-17  8:50   ` Bob Feng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox