|
From: Josef W. <Jos...@gm...> - 2009-08-14 00:41:13
|
On Friday 14 August 2009, Nicholas Nethercote wrote: > 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. Or add in the comments for that function in the header file that discard_translations only should be called in places which are never called from translated code, and to be sure about this, one could add the assertion to the tool's code. Josef > > Nick > |