[Vm-dev] [commit] r2584 - CogVM source as per VMMaker.oscog-eem.200. Fix ^self slip in MT interpreter.

commits at squeakvm.org commits at squeakvm.org
Fri Aug 10 23:59:57 UTC 2012


Author: eliot
Date: 2012-08-10 16:59:57 -0700 (Fri, 10 Aug 2012)
New Revision: 2584

Modified:
   branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
   branches/Cog/src/vm/cointerpmt.c
   branches/Cog/src/vm/cointerpmt.h
   branches/Cog/src/vm/gcc3x-cointerpmt.c
Log:
CogVM source as per VMMaker.oscog-eem.200.  Fix ^self slip in MT interpreter.



Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Fri Aug 10 14:21:21 PDT 2012
   + Fri Aug 10 16:59:08 PDT 2012

Modified: branches/Cog/src/vm/cointerpmt.c
===================================================================
--- branches/Cog/src/vm/cointerpmt.c	2012-08-10 21:28:50 UTC (rev 2583)
+++ branches/Cog/src/vm/cointerpmt.c	2012-08-10 23:59:57 UTC (rev 2584)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.199 uuid: 1b0cff66-2042-49a7-ae74-5fa119256732
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.200 uuid: 5a8e1270-adca-4f75-9712-0c0deda989d2
    from
-	CoInterpreterMT VMMaker.oscog-eem.199 uuid: 1b0cff66-2042-49a7-ae74-5fa119256732
+	CoInterpreterMT VMMaker.oscog-eem.200 uuid: 5a8e1270-adca-4f75-9712-0c0deda989d2
  */
-static char __buildInfo[] = "CoInterpreterMT VMMaker.oscog-eem.199 uuid: 1b0cff66-2042-49a7-ae74-5fa119256732 " __DATE__ ;
+static char __buildInfo[] = "CoInterpreterMT VMMaker.oscog-eem.200 uuid: 5a8e1270-adca-4f75-9712-0c0deda989d2 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -2004,7 +2004,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 static void (*externalPrimitiveTable[MaxExternalPrimitiveTableSize + 1 /* 4097 */])(void);
-const char *interpreterVersion = "Croquet Closure Cog MT VM [CoInterpreterMT VMMaker.oscog-eem.199]";
+const char *interpreterVersion = "Croquet Closure Cog MT VM [CoInterpreterMT VMMaker.oscog-eem.200]";
 sqInt minBackwardJumpCountForCompile = MinBackwardJumpCountForCompile /* 10 */;
 volatile int sendTrace;
 sqInt willNotThreadWarnCount;
@@ -47614,7 +47614,7 @@
 			if (activeProc == GIV(nilObj)) {
 				/* begin releaseVM */
 				setVMOwner(0);
-				self;
+				null;
 				goto l1;
 			}
 			/* begin ownerIndexOfThreadId: */

Modified: branches/Cog/src/vm/cointerpmt.h
===================================================================
--- branches/Cog/src/vm/cointerpmt.h	2012-08-10 21:28:50 UTC (rev 2583)
+++ branches/Cog/src/vm/cointerpmt.h	2012-08-10 23:59:57 UTC (rev 2584)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.199 uuid: 1b0cff66-2042-49a7-ae74-5fa119256732
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.200 uuid: 5a8e1270-adca-4f75-9712-0c0deda989d2
  */
 
 

Modified: branches/Cog/src/vm/gcc3x-cointerpmt.c
===================================================================
--- branches/Cog/src/vm/gcc3x-cointerpmt.c	2012-08-10 21:28:50 UTC (rev 2583)
+++ branches/Cog/src/vm/gcc3x-cointerpmt.c	2012-08-10 23:59:57 UTC (rev 2584)
@@ -2,11 +2,11 @@
 
 
 /* Automatically generated by
-	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.199 uuid: 1b0cff66-2042-49a7-ae74-5fa119256732
+	CCodeGeneratorGlobalStructure VMMaker.oscog-eem.200 uuid: 5a8e1270-adca-4f75-9712-0c0deda989d2
    from
-	CoInterpreterMT VMMaker.oscog-eem.199 uuid: 1b0cff66-2042-49a7-ae74-5fa119256732
+	CoInterpreterMT VMMaker.oscog-eem.200 uuid: 5a8e1270-adca-4f75-9712-0c0deda989d2
  */
-static char __buildInfo[] = "CoInterpreterMT VMMaker.oscog-eem.199 uuid: 1b0cff66-2042-49a7-ae74-5fa119256732 " __DATE__ ;
+static char __buildInfo[] = "CoInterpreterMT VMMaker.oscog-eem.200 uuid: 5a8e1270-adca-4f75-9712-0c0deda989d2 " __DATE__ ;
 char *__interpBuildInfo = __buildInfo;
 
 
@@ -2007,7 +2007,7 @@
 	/* 575 */ (void (*)(void))0,
  0 };
 static void (*externalPrimitiveTable[MaxExternalPrimitiveTableSize + 1 /* 4097 */])(void);
-const char *interpreterVersion = "Croquet Closure Cog MT VM [CoInterpreterMT VMMaker.oscog-eem.199]";
+const char *interpreterVersion = "Croquet Closure Cog MT VM [CoInterpreterMT VMMaker.oscog-eem.200]";
 sqInt minBackwardJumpCountForCompile = MinBackwardJumpCountForCompile /* 10 */;
 volatile int sendTrace;
 sqInt willNotThreadWarnCount;
@@ -47618,7 +47618,7 @@
 			if (activeProc == GIV(nilObj)) {
 				/* begin releaseVM */
 				setVMOwner(0);
-				self;
+				null;
 				goto l1;
 			}
 			/* begin ownerIndexOfThreadId: */



More information about the Vm-dev mailing list