|
From: <sv...@va...> - 2005-05-12 08:27:07
|
Author: sewardj Date: 2005-05-12 09:27:04 +0100 (Thu, 12 May 2005) New Revision: 3675 Modified: trunk/coregrind/pub_core_dispatch.h Log: Fix PURPOSE comment. Modified: trunk/coregrind/pub_core_dispatch.h =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/pub_core_dispatch.h 2005-05-12 08:26:36 UTC (rev 3674= ) +++ trunk/coregrind/pub_core_dispatch.h 2005-05-12 08:27:04 UTC (rev 3675= ) @@ -32,11 +32,11 @@ #define __PUB_CORE_DISPATCH_H =20 //-------------------------------------------------------------------- -// PURPOSE: This module deals with management of the entire process -// address space. Almost everything depends upon it, including dynamic -// memory management. Hence this module is almost completely -// standalone; the only module it uses is m_debuglog. DO NOT CHANGE -// THIS. +// PURPOSE: This module contains the inner loop of the execution +// mechanism, which is: find next basic block, execute it, repeat until +// the next bb isn't found in the fast-cache; or if the current bb +// exited with a request for some special action before continuing; or +// if the current thread has used up its scheduling quantum. //-------------------------------------------------------------------- =20 /* This subroutine is called from the C world. It is passed |