|
From: <sv...@va...> - 2005-07-23 11:36:22
|
Author: sewardj
Date: 2005-07-23 12:36:03 +0100 (Sat, 23 Jul 2005)
New Revision: 4231
Log:
Fix comment.
Modified:
trunk/coregrind/m_redir.c
Modified: trunk/coregrind/m_redir.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_redir.c 2005-07-23 09:52:21 UTC (rev 4230)
+++ trunk/coregrind/m_redir.c 2005-07-23 11:36:03 UTC (rev 4231)
@@ -145,7 +145,8 @@
rid of the translation.=20
=20
Note, this is potentially expensive -- discarding
- translations causes complete unchaining. =20
+ translations requires a complete search through all of
+ them.
*/
TRACE_REDIR("Discarding translation due to redirect of already =
loaded function" );
TRACE_REDIR(" %s:%s(%p) -> %p)", redir->from_lib, redir->from=
_sym,
|