
20 Jul
2005
20 Jul
'05
3:50 a.m.
On Wed, 2005-07-13 at 13:18 +0100, Malcolm Wallace wrote:
Bernard Pope
writes: One idea that was floating around in my head was to supply trusted and untrusted versions of all the standard libs, and disambiguate them using the hierarchical module namespace.
It would probably be easier to just make two separate object archives, one trusted, one suspect, then use a compile-time flag to decide which one to link against.
Yes that is a better idea, and it saves on potential re-compilation. Thanks, Bernie.