|
From: Nicholas N. <n.n...@gm...> - 2009-08-13 23:59:55
|
On Fri, Aug 14, 2009 at 9:55 AM, Josef Weidendorfer<Jos...@gm...> wrote: > > I am fine with all of your comments. However, for making VG_(discard_translations) > safe for tools, the assertion to check that we are not inside of translated > code is really useful (we do not want to discard code we currently are executing). Do we do that check with DISCARD_TRANSLATIONS? Should we? Probably... in which case the check should be in VG_(discard_translations)? > This will produce a dependency of transtab to scheduler :( Hmm, recursive module dependencies are bad. Nick |