[Vm-dev] [commit][3625] CogVM sources as per VMMaker.oscog-eem.1690

commits at squeakvm.org commits at squeakvm.org
Sun Feb 21 04:56:31 UTC 2016


Revision: 3625
Author:   eliot
Date:     2016-02-20 20:56:31 -0800 (Sat, 20 Feb 2016)
Log Message:
-----------
CogVM sources as per VMMaker.oscog-eem.1690

Fix snafu in the previous commit of the StackInterpreter's
followForwardingPointersInStackZone:

Modified Paths:
--------------
    branches/Cog/nsspurstack64src/vm/gcc3x-interp.c
    branches/Cog/nsspurstack64src/vm/interp.c
    branches/Cog/nsspurstacksrc/vm/gcc3x-interp.c
    branches/Cog/nsspurstacksrc/vm/interp.c
    branches/Cog/spurstack64src/vm/gcc3x-interp.c
    branches/Cog/spurstack64src/vm/interp.c
    branches/Cog/spurstacksrc/vm/gcc3x-interp.c
    branches/Cog/spurstacksrc/vm/interp.c
    branches/Cog/stacksrc/vm/gcc3x-interp.c
    branches/Cog/stacksrc/vm/interp.c

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

Modified: branches/Cog/nsspurstack64src/vm/gcc3x-interp.c
===================================================================
--- branches/Cog/nsspurstack64src/vm/gcc3x-interp.c	2016-02-21 04:45:39 UTC (rev 3624)
+++ branches/Cog/nsspurstack64src/vm/gcc3x-interp.c	2016-02-21 04:56:31 UTC (rev 3625)
@@ -2,11 +2,11 @@
 
 
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
    from
-	StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
  */
-static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed " __DATE__ ;
+static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -2185,7 +2185,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 char expensiveAsserts = 0;
-const char *interpreterVersion = "Newspeak Virtual Machine StackInterpreterPrimitives_VMMaker.oscog-eem.1689";
+const char *interpreterVersion = "Newspeak Virtual Machine StackInterpreterPrimitives_VMMaker.oscog-eem.1690";
 volatile int sendTrace;
 sqInt suppressHeartbeatFlag;
 
@@ -57819,7 +57819,7 @@
 	assert(pageListIsWellFormed());
 	if (theBecomeEffectsFlags & BecameCompiledMethodFlag) {
 		if (((longAt(GIV(method))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0) {
-			theIPPtr = GIV(instructionPointer) - (((void *)GIV(method)));
+			theIPPtr = GIV(instructionPointer) - GIV(method);
 			/* begin followForwarded: */
 			assert(isUnambiguouslyForwarder(GIV(method)));
 			referent = longAt((GIV(method) + BaseHeaderSize) + (0LL << (shiftForWord())));

Modified: branches/Cog/nsspurstack64src/vm/interp.c
===================================================================
--- branches/Cog/nsspurstack64src/vm/interp.c	2016-02-21 04:45:39 UTC (rev 3624)
+++ branches/Cog/nsspurstack64src/vm/interp.c	2016-02-21 04:56:31 UTC (rev 3625)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
    from
-	StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
  */
-static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed " __DATE__ ;
+static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -2182,7 +2182,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 char expensiveAsserts = 0;
-const char *interpreterVersion = "Newspeak Virtual Machine StackInterpreterPrimitives_VMMaker.oscog-eem.1689";
+const char *interpreterVersion = "Newspeak Virtual Machine StackInterpreterPrimitives_VMMaker.oscog-eem.1690";
 volatile int sendTrace;
 sqInt suppressHeartbeatFlag;
 
@@ -57810,7 +57810,7 @@
 	assert(pageListIsWellFormed());
 	if (theBecomeEffectsFlags & BecameCompiledMethodFlag) {
 		if (((longAt(GIV(method))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0) {
-			theIPPtr = GIV(instructionPointer) - (((void *)GIV(method)));
+			theIPPtr = GIV(instructionPointer) - GIV(method);
 			/* begin followForwarded: */
 			assert(isUnambiguouslyForwarder(GIV(method)));
 			referent = longAt((GIV(method) + BaseHeaderSize) + (0LL << (shiftForWord())));

Modified: branches/Cog/nsspurstacksrc/vm/gcc3x-interp.c
===================================================================
--- branches/Cog/nsspurstacksrc/vm/gcc3x-interp.c	2016-02-21 04:45:39 UTC (rev 3624)
+++ branches/Cog/nsspurstacksrc/vm/gcc3x-interp.c	2016-02-21 04:56:31 UTC (rev 3625)
@@ -2,11 +2,11 @@
 
 
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
    from
-	StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
  */
-static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed " __DATE__ ;
+static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -2155,7 +2155,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 char expensiveAsserts = 0;
-const char *interpreterVersion = "Newspeak Virtual Machine StackInterpreterPrimitives_VMMaker.oscog-eem.1689";
+const char *interpreterVersion = "Newspeak Virtual Machine StackInterpreterPrimitives_VMMaker.oscog-eem.1690";
 volatile int sendTrace;
 sqInt suppressHeartbeatFlag;
 
@@ -38029,7 +38029,7 @@
 static sqInt
 imageSegmentVersion(void)
 {   DECL_MAYBE_SQ_GLOBAL_STRUCT
-    sqInt wholeWord;
+    int wholeWord;
 
 
 	/* first data word, 'does' */
@@ -55015,7 +55015,7 @@
     sqInt slotBytes4;
     sqInt stopAddr;
     sqInt swapFloatWords;
-    sqInt temp;
+    int temp;
     sqInt temp1;
     sqInt wordAddr;
 
@@ -56552,7 +56552,7 @@
 	assert(pageListIsWellFormed());
 	if (theBecomeEffectsFlags & BecameCompiledMethodFlag) {
 		if (((longAt(GIV(method))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0) {
-			theIPPtr = GIV(instructionPointer) - (((void *)GIV(method)));
+			theIPPtr = GIV(instructionPointer) - GIV(method);
 			/* begin followForwarded: */
 			assert(isUnambiguouslyForwarder(GIV(method)));
 			referent = longAt((GIV(method) + BaseHeaderSize) + (0 << (shiftForWord())));
@@ -65687,7 +65687,7 @@
     sqInt displayObj;
     sqInt primFailCodeValue;
     sqInt ptr;
-    sqInt reversed;
+    int reversed;
     sqInt w;
     sqInt wordEndIndex;
     sqInt wordStartIndex;

Modified: branches/Cog/nsspurstacksrc/vm/interp.c
===================================================================
--- branches/Cog/nsspurstacksrc/vm/interp.c	2016-02-21 04:45:39 UTC (rev 3624)
+++ branches/Cog/nsspurstacksrc/vm/interp.c	2016-02-21 04:56:31 UTC (rev 3625)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
    from
-	StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
  */
-static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed " __DATE__ ;
+static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -2152,7 +2152,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 char expensiveAsserts = 0;
-const char *interpreterVersion = "Newspeak Virtual Machine StackInterpreterPrimitives_VMMaker.oscog-eem.1689";
+const char *interpreterVersion = "Newspeak Virtual Machine StackInterpreterPrimitives_VMMaker.oscog-eem.1690";
 volatile int sendTrace;
 sqInt suppressHeartbeatFlag;
 
@@ -38020,7 +38020,7 @@
 static sqInt
 imageSegmentVersion(void)
 {   DECL_MAYBE_SQ_GLOBAL_STRUCT
-    sqInt wholeWord;
+    int wholeWord;
 
 
 	/* first data word, 'does' */
@@ -55006,7 +55006,7 @@
     sqInt slotBytes4;
     sqInt stopAddr;
     sqInt swapFloatWords;
-    sqInt temp;
+    int temp;
     sqInt temp1;
     sqInt wordAddr;
 
@@ -56543,7 +56543,7 @@
 	assert(pageListIsWellFormed());
 	if (theBecomeEffectsFlags & BecameCompiledMethodFlag) {
 		if (((longAt(GIV(method))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0) {
-			theIPPtr = GIV(instructionPointer) - (((void *)GIV(method)));
+			theIPPtr = GIV(instructionPointer) - GIV(method);
 			/* begin followForwarded: */
 			assert(isUnambiguouslyForwarder(GIV(method)));
 			referent = longAt((GIV(method) + BaseHeaderSize) + (0 << (shiftForWord())));
@@ -65678,7 +65678,7 @@
     sqInt displayObj;
     sqInt primFailCodeValue;
     sqInt ptr;
-    sqInt reversed;
+    int reversed;
     sqInt w;
     sqInt wordEndIndex;
     sqInt wordStartIndex;


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Sat Feb 20 20:43:54 PST 2016
   + Sat Feb 20 20:55:51 PST 2016

Modified: branches/Cog/spurstack64src/vm/gcc3x-interp.c
===================================================================
--- branches/Cog/spurstack64src/vm/gcc3x-interp.c	2016-02-21 04:45:39 UTC (rev 3624)
+++ branches/Cog/spurstack64src/vm/gcc3x-interp.c	2016-02-21 04:56:31 UTC (rev 3625)
@@ -2,11 +2,11 @@
 
 
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
    from
-	StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
  */
-static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed " __DATE__ ;
+static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -2149,7 +2149,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 char expensiveAsserts = 0;
-const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1689]";
+const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1690]";
 volatile int sendTrace;
 sqInt suppressHeartbeatFlag;
 
@@ -53660,7 +53660,7 @@
 	assert(pageListIsWellFormed());
 	if (theBecomeEffectsFlags & BecameCompiledMethodFlag) {
 		if (((longAt(GIV(method))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0) {
-			theIPPtr = GIV(instructionPointer) - (((void *)GIV(method)));
+			theIPPtr = GIV(instructionPointer) - GIV(method);
 			/* begin followForwarded: */
 			assert(isUnambiguouslyForwarder(GIV(method)));
 			referent = longAt((GIV(method) + BaseHeaderSize) + (0LL << (shiftForWord())));

Modified: branches/Cog/spurstack64src/vm/interp.c
===================================================================
--- branches/Cog/spurstack64src/vm/interp.c	2016-02-21 04:45:39 UTC (rev 3624)
+++ branches/Cog/spurstack64src/vm/interp.c	2016-02-21 04:56:31 UTC (rev 3625)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
    from
-	StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
  */
-static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed " __DATE__ ;
+static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -2146,7 +2146,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 char expensiveAsserts = 0;
-const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1689]";
+const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1690]";
 volatile int sendTrace;
 sqInt suppressHeartbeatFlag;
 
@@ -53651,7 +53651,7 @@
 	assert(pageListIsWellFormed());
 	if (theBecomeEffectsFlags & BecameCompiledMethodFlag) {
 		if (((longAt(GIV(method))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0) {
-			theIPPtr = GIV(instructionPointer) - (((void *)GIV(method)));
+			theIPPtr = GIV(instructionPointer) - GIV(method);
 			/* begin followForwarded: */
 			assert(isUnambiguouslyForwarder(GIV(method)));
 			referent = longAt((GIV(method) + BaseHeaderSize) + (0LL << (shiftForWord())));

Modified: branches/Cog/spurstacksrc/vm/gcc3x-interp.c
===================================================================
--- branches/Cog/spurstacksrc/vm/gcc3x-interp.c	2016-02-21 04:45:39 UTC (rev 3624)
+++ branches/Cog/spurstacksrc/vm/gcc3x-interp.c	2016-02-21 04:56:31 UTC (rev 3625)
@@ -2,11 +2,11 @@
 
 
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
    from
-	StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
  */
-static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed " __DATE__ ;
+static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -2119,7 +2119,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 char expensiveAsserts = 0;
-const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1689]";
+const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1690]";
 volatile int sendTrace;
 sqInt suppressHeartbeatFlag;
 
@@ -52665,7 +52665,7 @@
 	assert(pageListIsWellFormed());
 	if (theBecomeEffectsFlags & BecameCompiledMethodFlag) {
 		if (((longAt(GIV(method))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0) {
-			theIPPtr = GIV(instructionPointer) - (((void *)GIV(method)));
+			theIPPtr = GIV(instructionPointer) - GIV(method);
 			/* begin followForwarded: */
 			assert(isUnambiguouslyForwarder(GIV(method)));
 			referent = longAt((GIV(method) + BaseHeaderSize) + (0 << (shiftForWord())));

Modified: branches/Cog/spurstacksrc/vm/interp.c
===================================================================
--- branches/Cog/spurstacksrc/vm/interp.c	2016-02-21 04:45:39 UTC (rev 3624)
+++ branches/Cog/spurstacksrc/vm/interp.c	2016-02-21 04:56:31 UTC (rev 3625)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
    from
-	StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
  */
-static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed " __DATE__ ;
+static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -2116,7 +2116,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 char expensiveAsserts = 0;
-const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1689]";
+const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1690]";
 volatile int sendTrace;
 sqInt suppressHeartbeatFlag;
 
@@ -52656,7 +52656,7 @@
 	assert(pageListIsWellFormed());
 	if (theBecomeEffectsFlags & BecameCompiledMethodFlag) {
 		if (((longAt(GIV(method))) & ((classIndexMask()) - (isForwardedObjectClassIndexPun()))) == 0) {
-			theIPPtr = GIV(instructionPointer) - (((void *)GIV(method)));
+			theIPPtr = GIV(instructionPointer) - GIV(method);
 			/* begin followForwarded: */
 			assert(isUnambiguouslyForwarder(GIV(method)));
 			referent = longAt((GIV(method) + BaseHeaderSize) + (0 << (shiftForWord())));

Modified: branches/Cog/stacksrc/vm/gcc3x-interp.c
===================================================================
--- branches/Cog/stacksrc/vm/gcc3x-interp.c	2016-02-21 04:45:39 UTC (rev 3624)
+++ branches/Cog/stacksrc/vm/gcc3x-interp.c	2016-02-21 04:56:31 UTC (rev 3625)
@@ -2,11 +2,11 @@
 
 
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
    from
-	StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
  */
-static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed " __DATE__ ;
+static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -1884,7 +1884,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 char expensiveAsserts = 0;
-const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1689]";
+const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1690]";
 volatile int sendTrace;
 sqInt suppressHeartbeatFlag;
 

Modified: branches/Cog/stacksrc/vm/interp.c
===================================================================
--- branches/Cog/stacksrc/vm/interp.c	2016-02-21 04:45:39 UTC (rev 3624)
+++ branches/Cog/stacksrc/vm/interp.c	2016-02-21 04:56:31 UTC (rev 3625)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
    from
-	StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed
+	StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490
  */
-static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1689 uuid: 4c473a09-7e78-4c59-b779-f2ad17e318ed " __DATE__ ;
+static char __buildInfo[] = "StackInterpreter VMMaker.oscog-eem.1690 uuid: 963a9e1f-8445-4185-b59e-6cb7127ae490 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -1881,7 +1881,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 char expensiveAsserts = 0;
-const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1689]";
+const char *interpreterVersion = "Croquet Closure Stack VM [StackInterpreterPrimitives VMMaker.oscog-eem.1690]";
 volatile int sendTrace;
 sqInt suppressHeartbeatFlag;
 



More information about the Vm-dev mailing list