[Vm-dev] [commit][3033] CogVM source as per VMMaker.oscog-eem.805

commits at squeakvm.org commits at squeakvm.org
Sun Jul 6 17:42:24 UTC 2014


Revision: 3033
Author:   eliot
Date:     2014-07-06 10:42:23 -0700 (Sun, 06 Jul 2014)
Log Message:
-----------
CogVM source as per VMMaker.oscog-eem.805

Oops.  resetCountersIn: must of course be optional.

Modified Paths:
--------------
    branches/Cog/nscogsrc/vm/cogit.c
    branches/Cog/nscogsrc/vm/cogit.h
    branches/Cog/nscogsrc/vm/cogmethod.h
    branches/Cog/nsspursrc/vm/cogit.c
    branches/Cog/nsspursrc/vm/cogit.h
    branches/Cog/nsspursrc/vm/cogmethod.h
    branches/Cog/sistasrc/vm/cogit.c
    branches/Cog/sistasrc/vm/cogit.h
    branches/Cog/sistasrc/vm/cogmethod.h
    branches/Cog/spursistasrc/vm/cogit.c
    branches/Cog/spursistasrc/vm/cogit.h
    branches/Cog/spursistasrc/vm/cogmethod.h
    branches/Cog/spursrc/vm/cogit.c
    branches/Cog/spursrc/vm/cogit.h
    branches/Cog/spursrc/vm/cogmethod.h
    branches/Cog/src/vm/cogit.c
    branches/Cog/src/vm/cogit.h
    branches/Cog/src/vm/cogmethod.h

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h

Modified: branches/Cog/nscogsrc/vm/cogit.c
===================================================================
--- branches/Cog/nscogsrc/vm/cogit.c	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/nscogsrc/vm/cogit.c	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
    from
-	StackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	StackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
-static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d " __DATE__ ;
+static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -864,12 +864,10 @@
 static sqInt isSmallIntegerTagNonZero(void);
 static void markAndTraceLiteralIfYoung(sqInt literal) NoDbgRegParms;
 static void markAndTraceLiteral(sqInt literal) NoDbgRegParms;
-static sqInt numCountersFor(usqInt theCounters) NoDbgRegParms;
 sqInt numRegArgs(void);
 static sqInt numSmallIntegerBits(void);
 static sqInt remapObject(sqInt oop) NoDbgRegParms;
 static sqInt remapOop(sqInt oop) NoDbgRegParms;
-void resetCountersIn(CogMethod *cogMethod);
 static sqInt shouldAnnotateObjectReference(sqInt anOop) NoDbgRegParms;
 static sqInt slotOffsetOfInstVarIndex(sqInt index) NoDbgRegParms;
 static sqInt smallIntegerIsOnlyImmediateType(void);
@@ -16564,13 +16562,7 @@
 	}
 }
 
-static sqInt
-numCountersFor(usqInt theCounters)
-{
-	return longAt(theCounters - (sizeof(sqInt)));
-}
 
-
 /*	Define how many register arguments a StackToRegisterMappingCogit can
 	and should use with the receiver. The value must be 0, 1 or 2. Note that a
 	SimpleStackBasedCogit always has 0 register args (although the receiver is
@@ -16609,13 +16601,7 @@
 		: remap(oop));
 }
 
-void
-resetCountersIn(CogMethod *cogMethod)
-{
-	fillInCountersatStartAddress(numCountersFor(counters(cogMethod)), counters(cogMethod));
-}
 
-
 /*	self assert: ((objectMemory isIntegerObject: anOop)
 	or: [objectMemory addressCouldBeObj: anOop]). */
 

Modified: branches/Cog/nscogsrc/vm/cogit.h
===================================================================
--- branches/Cog/nscogsrc/vm/cogit.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/nscogsrc/vm/cogit.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 
@@ -72,7 +72,6 @@
 char * whereIsMaybeCodeThing(sqInt anOop);
 sqInt canLinkToYoungClasses(void);
 sqInt numRegArgs(void);
-void resetCountersIn(CogMethod *cogMethod);
 sqInt genQuickReturnConst(void);
 sqInt genQuickReturnInstVar(void);
 sqInt genQuickReturnSelf(void);

Modified: branches/Cog/nscogsrc/vm/cogmethod.h
===================================================================
--- branches/Cog/nscogsrc/vm/cogmethod.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/nscogsrc/vm/cogmethod.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 typedef struct {

Modified: branches/Cog/nsspursrc/vm/cogit.c
===================================================================
--- branches/Cog/nsspursrc/vm/cogit.c	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/nsspursrc/vm/cogit.c	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
    from
-	StackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	StackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
-static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d " __DATE__ ;
+static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -833,7 +833,6 @@
 static AbstractInstruction * jumpNotSmallIntegerUnsignedValueInRegister(sqInt reg) NoDbgRegParms;
 static sqInt log2BytesPerWord(void);
 static sqInt numCharacterBits(void);
-static sqInt numCountersFor(usqInt theCounters) NoDbgRegParms;
 static sqInt numSmallIntegerBits(void);
 static sqInt numSmallIntegerTagBits(void);
 static sqInt allYoungObjectsAgeInFullGC(void);
@@ -878,7 +877,6 @@
 sqInt numRegArgs(void);
 static sqInt remapObject(sqInt objOop) NoDbgRegParms;
 static sqInt remapOop(sqInt objOop) NoDbgRegParms;
-void resetCountersIn(CogMethod *cogMethod);
 static sqInt shouldAnnotateObjectReference(sqInt anOop) NoDbgRegParms;
 static sqInt slotOffsetOfInstVarIndex(sqInt index) NoDbgRegParms;
 static sqInt smallIntegerIsOnlyImmediateType(void);
@@ -17115,18 +17113,6 @@
 }
 
 static sqInt
-numCountersFor(usqInt theCounters)
-{
-    sqInt objOop;
-
-	if (theCounters == 0) {
-		return 0;
-	}
-	objOop = theCounters - (BaseHeaderSize);
-	return numSlotsOf(objOop);
-}
-
-static sqInt
 numSmallIntegerBits(void)
 {
 	return 0x1F;
@@ -17984,13 +17970,7 @@
 		: objOop);
 }
 
-void
-resetCountersIn(CogMethod *cogMethod)
-{
-	fillInCountersatStartAddress(numCountersFor(counters(cogMethod)), counters(cogMethod));
-}
 
-
 /*	Objects in newSpace or oldSpace except nil, true, false &
 	classTableRootObj need to be annotated.
  */

Modified: branches/Cog/nsspursrc/vm/cogit.h
===================================================================
--- branches/Cog/nsspursrc/vm/cogit.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/nsspursrc/vm/cogit.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 
@@ -72,7 +72,6 @@
 void printOpenPICList(void);
 char * whereIsMaybeCodeThing(sqInt anOop);
 sqInt numRegArgs(void);
-void resetCountersIn(CogMethod *cogMethod);
 sqInt genQuickReturnConst(void);
 sqInt genQuickReturnInstVar(void);
 sqInt genQuickReturnSelf(void);

Modified: branches/Cog/nsspursrc/vm/cogmethod.h
===================================================================
--- branches/Cog/nsspursrc/vm/cogmethod.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/nsspursrc/vm/cogmethod.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 typedef struct {


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Sat Jul  5 20:53:45 PDT 2014
   + Sun Jul  6 10:42:11 PDT 2014

Modified: branches/Cog/sistasrc/vm/cogit.c
===================================================================
--- branches/Cog/sistasrc/vm/cogit.c	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/sistasrc/vm/cogit.c	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
    from
-	SistaStackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	SistaStackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
-static char __buildInfo[] = "SistaStackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d " __DATE__ ;
+static char __buildInfo[] = "SistaStackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 

Modified: branches/Cog/sistasrc/vm/cogit.h
===================================================================
--- branches/Cog/sistasrc/vm/cogit.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/sistasrc/vm/cogit.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 

Modified: branches/Cog/sistasrc/vm/cogmethod.h
===================================================================
--- branches/Cog/sistasrc/vm/cogmethod.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/sistasrc/vm/cogmethod.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 typedef struct {

Modified: branches/Cog/spursistasrc/vm/cogit.c
===================================================================
--- branches/Cog/spursistasrc/vm/cogit.c	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/spursistasrc/vm/cogit.c	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
    from
-	SistaStackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	SistaStackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
-static char __buildInfo[] = "SistaStackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d " __DATE__ ;
+static char __buildInfo[] = "SistaStackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 

Modified: branches/Cog/spursistasrc/vm/cogit.h
===================================================================
--- branches/Cog/spursistasrc/vm/cogit.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/spursistasrc/vm/cogit.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 

Modified: branches/Cog/spursistasrc/vm/cogmethod.h
===================================================================
--- branches/Cog/spursistasrc/vm/cogmethod.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/spursistasrc/vm/cogmethod.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 typedef struct {

Modified: branches/Cog/spursrc/vm/cogit.c
===================================================================
--- branches/Cog/spursrc/vm/cogit.c	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/spursrc/vm/cogit.c	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
    from
-	StackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	StackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
-static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d " __DATE__ ;
+static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -823,7 +823,6 @@
 static AbstractInstruction * jumpNotSmallIntegerUnsignedValueInRegister(sqInt reg) NoDbgRegParms;
 static sqInt log2BytesPerWord(void);
 static sqInt numCharacterBits(void);
-static sqInt numCountersFor(usqInt theCounters) NoDbgRegParms;
 static sqInt numSmallIntegerBits(void);
 static sqInt numSmallIntegerTagBits(void);
 static sqInt allYoungObjectsAgeInFullGC(void);
@@ -867,7 +866,6 @@
 sqInt numRegArgs(void);
 static sqInt remapObject(sqInt objOop) NoDbgRegParms;
 static sqInt remapOop(sqInt objOop) NoDbgRegParms;
-void resetCountersIn(CogMethod *cogMethod);
 static sqInt shouldAnnotateObjectReference(sqInt anOop) NoDbgRegParms;
 static sqInt slotOffsetOfInstVarIndex(sqInt index) NoDbgRegParms;
 static sqInt smallIntegerIsOnlyImmediateType(void);
@@ -16011,18 +16009,6 @@
 }
 
 static sqInt
-numCountersFor(usqInt theCounters)
-{
-    sqInt objOop;
-
-	if (theCounters == 0) {
-		return 0;
-	}
-	objOop = theCounters - (BaseHeaderSize);
-	return numSlotsOf(objOop);
-}
-
-static sqInt
 numSmallIntegerBits(void)
 {
 	return 0x1F;
@@ -16867,13 +16853,7 @@
 		: objOop);
 }
 
-void
-resetCountersIn(CogMethod *cogMethod)
-{
-	fillInCountersatStartAddress(numCountersFor(counters(cogMethod)), counters(cogMethod));
-}
 
-
 /*	Objects in newSpace or oldSpace except nil, true, false &
 	classTableRootObj need to be annotated.
  */

Modified: branches/Cog/spursrc/vm/cogit.h
===================================================================
--- branches/Cog/spursrc/vm/cogit.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/spursrc/vm/cogit.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 
@@ -72,7 +72,6 @@
 void printOpenPICList(void);
 char * whereIsMaybeCodeThing(sqInt anOop);
 sqInt numRegArgs(void);
-void resetCountersIn(CogMethod *cogMethod);
 sqInt genQuickReturnConst(void);
 sqInt genQuickReturnInstVar(void);
 sqInt genQuickReturnSelf(void);

Modified: branches/Cog/spursrc/vm/cogmethod.h
===================================================================
--- branches/Cog/spursrc/vm/cogmethod.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/spursrc/vm/cogmethod.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 typedef struct {

Modified: branches/Cog/src/vm/cogit.c
===================================================================
--- branches/Cog/src/vm/cogit.c	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/src/vm/cogit.c	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
    from
-	StackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	StackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
-static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d " __DATE__ ;
+static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -853,12 +853,10 @@
 static sqInt isSmallIntegerTagNonZero(void);
 static void markAndTraceLiteralIfYoung(sqInt literal) NoDbgRegParms;
 static void markAndTraceLiteral(sqInt literal) NoDbgRegParms;
-static sqInt numCountersFor(usqInt theCounters) NoDbgRegParms;
 sqInt numRegArgs(void);
 static sqInt numSmallIntegerBits(void);
 static sqInt remapObject(sqInt oop) NoDbgRegParms;
 static sqInt remapOop(sqInt oop) NoDbgRegParms;
-void resetCountersIn(CogMethod *cogMethod);
 static sqInt shouldAnnotateObjectReference(sqInt anOop) NoDbgRegParms;
 static sqInt slotOffsetOfInstVarIndex(sqInt index) NoDbgRegParms;
 static sqInt smallIntegerIsOnlyImmediateType(void);
@@ -15816,13 +15814,7 @@
 	}
 }
 
-static sqInt
-numCountersFor(usqInt theCounters)
-{
-	return longAt(theCounters - (sizeof(sqInt)));
-}
 
-
 /*	Define how many register arguments a StackToRegisterMappingCogit can
 	and should use with the receiver. The value must be 0, 1 or 2. Note that a
 	SimpleStackBasedCogit always has 0 register args (although the receiver is
@@ -15861,13 +15853,7 @@
 		: remap(oop));
 }
 
-void
-resetCountersIn(CogMethod *cogMethod)
-{
-	fillInCountersatStartAddress(numCountersFor(counters(cogMethod)), counters(cogMethod));
-}
 
-
 /*	self assert: ((objectMemory isIntegerObject: anOop)
 	or: [objectMemory addressCouldBeObj: anOop]). */
 

Modified: branches/Cog/src/vm/cogit.h
===================================================================
--- branches/Cog/src/vm/cogit.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/src/vm/cogit.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 
@@ -72,7 +72,6 @@
 char * whereIsMaybeCodeThing(sqInt anOop);
 sqInt canLinkToYoungClasses(void);
 sqInt numRegArgs(void);
-void resetCountersIn(CogMethod *cogMethod);
 sqInt genQuickReturnConst(void);
 sqInt genQuickReturnInstVar(void);
 sqInt genQuickReturnSelf(void);

Modified: branches/Cog/src/vm/cogmethod.h
===================================================================
--- branches/Cog/src/vm/cogmethod.h	2014-07-06 04:01:13 UTC (rev 3032)
+++ branches/Cog/src/vm/cogmethod.h	2014-07-06 17:42:23 UTC (rev 3033)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.804 uuid: 8f232d31-fa50-4134-8556-da8fc12ab32d
+	CCodeGenerator VMMaker.oscog-eem.805 uuid: 33a04610-ba5b-471e-847a-597e2045be6e
  */
 
 typedef struct {



More information about the Vm-dev mailing list