comment
authorClaus Gittinger <cg@exept.de>
Fri, 30 Sep 2011 12:34:31 +0200
changeset 2726 5b4e630c6b93
parent 2725 86bbe6e76648
child 2727 724947bb0522
comment
InstrumentationInfo.st
--- a/InstrumentationInfo.st	Fri Sep 30 12:34:13 2011 +0200
+++ b/InstrumentationInfo.st	Fri Sep 30 12:34:31 2011 +0200
@@ -36,8 +36,9 @@
 
 documentation
 "
-    (sub)instances of me are placed by the instrumenting compiler intp the literal
-    array of instrumented methods.
+    (sub)instances of me are placed by the instrumenting compiler into the literal
+    array of instrumented methods. 
+    The InstrumentingCompiler generates code to update these, as code is executed.
 "
 ! !
 
@@ -120,9 +121,9 @@
 !InstrumentationInfo class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentationInfo.st,v 1.1 2011-08-08 18:08:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentationInfo.st,v 1.2 2011-09-30 10:34:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentationInfo.st,v 1.1 2011-08-08 18:08:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentationInfo.st,v 1.2 2011-09-30 10:34:31 cg Exp $'
 ! !