[Vm-dev] [commit][3162] CogVM source as per VMMaker.oscog-eem.970

commits at squeakvm.org commits at squeakvm.org
Sat Dec 6 04:31:18 UTC 2014


Revision: 3162
Author:   eliot
Date:     2014-12-05 20:31:14 -0800 (Fri, 05 Dec 2014)
Log Message:
-----------
CogVM source as per VMMaker.oscog-eem.970

Revert those two cases; they were already covered.

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

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

Modified: branches/Cog/nscogsrc/vm/cogit.c
===================================================================
--- branches/Cog/nscogsrc/vm/cogit.c	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/nscogsrc/vm/cogit.c	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
    from
-	StackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	StackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
-static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955 " __DATE__ ;
+static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92 " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -9936,7 +9936,6 @@
     void *targetEntry;
 
 	assert(case1Method != null);
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), isMNUCase);
 	compilePICProlog(numArgs);
 	assert(!(inlineCacheTagIsYoung(case1Tag)));
 	if ((!isMNUCase)
@@ -10030,7 +10029,6 @@
     AbstractInstruction *jumpNext;
     sqInt jumpTarget;
 
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), 1);
 	compilePICProlog(numArgs);
 	jumpNext = compileCPICEntry();
 	/* begin MoveCw:R: */

Modified: branches/Cog/nscogsrc/vm/cogit.h
===================================================================
--- branches/Cog/nscogsrc/vm/cogit.h	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/nscogsrc/vm/cogit.h	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
 
 

Modified: branches/Cog/nsspursrc/vm/cogit.c
===================================================================
--- branches/Cog/nsspursrc/vm/cogit.c	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/nsspursrc/vm/cogit.c	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
    from
-	StackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	StackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
-static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955 " __DATE__ ;
+static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92 " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -9894,7 +9894,6 @@
     void *targetEntry;
 
 	assert(case1Method != null);
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), isMNUCase);
 	compilePICProlog(numArgs);
 	assert(!(inlineCacheTagIsYoung(case1Tag)));
 	if ((!isMNUCase)
@@ -9988,7 +9987,6 @@
     AbstractInstruction *jumpNext;
     sqInt jumpTarget;
 
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), 1);
 	compilePICProlog(numArgs);
 	jumpNext = compileCPICEntry();
 	/* begin MoveCw:R: */

Modified: branches/Cog/nsspursrc/vm/cogit.h
===================================================================
--- branches/Cog/nsspursrc/vm/cogit.h	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/nsspursrc/vm/cogit.h	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
 
 


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Fri Dec  5 19:10:59 PST 2014
   + Fri Dec  5 20:30:57 PST 2014

Modified: branches/Cog/sistasrc/vm/cogit.c
===================================================================
--- branches/Cog/sistasrc/vm/cogit.c	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/sistasrc/vm/cogit.c	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
    from
-	SistaStackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	SistaStackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
-static char __buildInfo[] = "SistaStackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955 " __DATE__ ;
+static char __buildInfo[] = "SistaStackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92 " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -9848,7 +9848,6 @@
     void *targetEntry;
 
 	assert(case1Method != null);
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), isMNUCase);
 	compilePICProlog(numArgs);
 	assert(!(inlineCacheTagIsYoung(case1Tag)));
 	if ((!isMNUCase)
@@ -9938,7 +9937,6 @@
     AbstractInstruction *jumpNext;
     sqInt jumpTarget;
 
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), 1);
 	compilePICProlog(numArgs);
 	jumpNext = compileCPICEntry();
 	/* begin MoveCw:R: */

Modified: branches/Cog/sistasrc/vm/cogit.h
===================================================================
--- branches/Cog/sistasrc/vm/cogit.h	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/sistasrc/vm/cogit.h	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
 
 

Modified: branches/Cog/spursistasrc/vm/cogit.c
===================================================================
--- branches/Cog/spursistasrc/vm/cogit.c	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/spursistasrc/vm/cogit.c	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
    from
-	SistaStackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	SistaStackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
-static char __buildInfo[] = "SistaStackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955 " __DATE__ ;
+static char __buildInfo[] = "SistaStackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92 " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -9816,7 +9816,6 @@
     void *targetEntry;
 
 	assert(case1Method != null);
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), isMNUCase);
 	compilePICProlog(numArgs);
 	assert(!(inlineCacheTagIsYoung(case1Tag)));
 	if ((!isMNUCase)
@@ -9906,7 +9905,6 @@
     AbstractInstruction *jumpNext;
     sqInt jumpTarget;
 
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), 1);
 	compilePICProlog(numArgs);
 	jumpNext = compileCPICEntry();
 	/* begin MoveCw:R: */

Modified: branches/Cog/spursistasrc/vm/cogit.h
===================================================================
--- branches/Cog/spursistasrc/vm/cogit.h	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/spursistasrc/vm/cogit.h	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
 
 

Modified: branches/Cog/spursrc/vm/cogit.c
===================================================================
--- branches/Cog/spursrc/vm/cogit.c	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/spursrc/vm/cogit.c	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
    from
-	StackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	StackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
-static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955 " __DATE__ ;
+static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92 " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -9471,7 +9471,6 @@
     void *targetEntry;
 
 	assert(case1Method != null);
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), isMNUCase);
 	compilePICProlog(numArgs);
 	assert(!(inlineCacheTagIsYoung(case1Tag)));
 	if ((!isMNUCase)
@@ -9561,7 +9560,6 @@
     AbstractInstruction *jumpNext;
     sqInt jumpTarget;
 
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), 1);
 	compilePICProlog(numArgs);
 	jumpNext = compileCPICEntry();
 	/* begin MoveCw:R: */

Modified: branches/Cog/spursrc/vm/cogit.h
===================================================================
--- branches/Cog/spursrc/vm/cogit.h	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/spursrc/vm/cogit.h	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
 
 

Modified: branches/Cog/src/vm/cogit.c
===================================================================
--- branches/Cog/src/vm/cogit.c	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/src/vm/cogit.c	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
    from
-	StackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	StackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
-static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955 " __DATE__ ;
+static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92 " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -9505,7 +9505,6 @@
     void *targetEntry;
 
 	assert(case1Method != null);
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), isMNUCase);
 	compilePICProlog(numArgs);
 	assert(!(inlineCacheTagIsYoung(case1Tag)));
 	if ((!isMNUCase)
@@ -9595,7 +9594,6 @@
     AbstractInstruction *jumpNext;
     sqInt jumpTarget;
 
-	compilationBreakpointisMNUCase((cPIC->selector), numBytesOf((cPIC->selector)), 1);
 	compilePICProlog(numArgs);
 	jumpNext = compileCPICEntry();
 	/* begin MoveCw:R: */

Modified: branches/Cog/src/vm/cogit.h
===================================================================
--- branches/Cog/src/vm/cogit.h	2014-12-06 03:12:21 UTC (rev 3161)
+++ branches/Cog/src/vm/cogit.h	2014-12-06 04:31:14 UTC (rev 3162)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.969 uuid: cdd723c1-bec0-42d5-970f-354702984955
+	CCodeGenerator VMMaker.oscog-eem.970 uuid: 3869e39d-0172-4f38-9db5-cdca677eab92
  */
 
 



More information about the Vm-dev mailing list