]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix PURPOSE comment.
authorJulian Seward <jseward@acm.org>
Thu, 12 May 2005 08:27:04 +0000 (08:27 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 12 May 2005 08:27:04 +0000 (08:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3675

coregrind/pub_core_dispatch.h

index 8518b03cc5db18e0a7752a1dc104bca0240b424e..7237d486c3b488fec5de64564958dca35f1f4dc3 100644 (file)
 #define __PUB_CORE_DISPATCH_H
 
 //--------------------------------------------------------------------
-// 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.
 //--------------------------------------------------------------------
 
 /* This subroutine is called from the C world.  It is passed