[Vm-dev] [commit][2926] CogVM source as per VMMaker.oscog-eem.726

commits at squeakvm.org commits at squeakvm.org
Tue May 20 22:03:26 UTC 2014


Revision: 2926
Author:   eliot
Date:     2014-05-20 15:03:26 -0700 (Tue, 20 May 2014)
Log Message:
-----------
CogVM source as per VMMaker.oscog-eem.726

Now Spur's object representation implements genInnerPrimitiveMirrorNew[WithArg]:
we need defaults for the generic object representation in the Newspeak Cog VM.

Modified Paths:
--------------
    branches/Cog/nscogsrc/vm/cogit.c
    branches/Cog/nscogsrc/vm/cogit.h
    branches/Cog/nscogsrc/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-05-20 21:28:29 UTC (rev 2925)
+++ branches/Cog/nscogsrc/vm/cogit.c	2014-05-20 22:03:26 UTC (rev 2926)
@@ -1,9 +1,9 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.724 uuid: 30e942d9-0d06-42d3-8f9a-893dbdee37c2
+	CCodeGenerator VMMaker.oscog-eem.726 uuid: b0fc7b91-c835-49e5-a4b2-4bdad9a39331
    from
-	StackToRegisterMappingCogit VMMaker.oscog-eem.724 uuid: 30e942d9-0d06-42d3-8f9a-893dbdee37c2
+	StackToRegisterMappingCogit VMMaker.oscog-eem.726 uuid: b0fc7b91-c835-49e5-a4b2-4bdad9a39331
  */
-static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.724 uuid: 30e942d9-0d06-42d3-8f9a-893dbdee37c2 " __DATE__ ;
+static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-eem.726 uuid: b0fc7b91-c835-49e5-a4b2-4bdad9a39331 " __DATE__ ;
 char *__cogitBuildInfo = __buildInfo;
 
 
@@ -664,6 +664,8 @@
 static sqInt genInnerPrimitiveCharacterValue(sqInt retNOffset) NoDbgRegParms;
 static sqInt genInnerPrimitiveIdenticalorNotIf(sqInt retNoffset, sqInt orNot) NoDbgRegParms;
 static sqInt genInnerPrimitiveIdentityHash(sqInt retNOffset) NoDbgRegParms;
+static sqInt genInnerPrimitiveMirrorNewWithArg(sqInt retNoffset) NoDbgRegParms;
+static sqInt genInnerPrimitiveMirrorNew(sqInt retNoffset) NoDbgRegParms;
 static sqInt genInnerPrimitiveNewMethod(sqInt retNoffset) NoDbgRegParms;
 static sqInt genInnerPrimitiveNewWithArg(sqInt retNoffset) NoDbgRegParms;
 static sqInt genInnerPrimitiveNew(sqInt retNoffset) NoDbgRegParms;
@@ -13071,6 +13073,24 @@
 /*	subclasses override if they can */
 
 static sqInt
+genInnerPrimitiveMirrorNewWithArg(sqInt retNoffset)
+{
+	return unimplementedPrimitive();
+}
+
+
+/*	subclasses override if they can */
+
+static sqInt
+genInnerPrimitiveMirrorNew(sqInt retNoffset)
+{
+	return unimplementedPrimitive();
+}
+
+
+/*	subclasses override if they can */
+
+static sqInt
 genInnerPrimitiveNewMethod(sqInt retNoffset)
 {
 	return unimplementedPrimitive();

Modified: branches/Cog/nscogsrc/vm/cogit.h
===================================================================
--- branches/Cog/nscogsrc/vm/cogit.h	2014-05-20 21:28:29 UTC (rev 2925)
+++ branches/Cog/nscogsrc/vm/cogit.h	2014-05-20 22:03:26 UTC (rev 2926)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.724 uuid: 30e942d9-0d06-42d3-8f9a-893dbdee37c2
+	CCodeGenerator VMMaker.oscog-eem.726 uuid: b0fc7b91-c835-49e5-a4b2-4bdad9a39331
  */
 
 

Modified: branches/Cog/nscogsrc/vm/cogmethod.h
===================================================================
--- branches/Cog/nscogsrc/vm/cogmethod.h	2014-05-20 21:28:29 UTC (rev 2925)
+++ branches/Cog/nscogsrc/vm/cogmethod.h	2014-05-20 22:03:26 UTC (rev 2926)
@@ -1,5 +1,5 @@
 /* Automatically generated by
-	CCodeGenerator VMMaker.oscog-eem.724 uuid: 30e942d9-0d06-42d3-8f9a-893dbdee37c2
+	CCodeGenerator VMMaker.oscog-eem.726 uuid: b0fc7b91-c835-49e5-a4b2-4bdad9a39331
  */
 
 typedef struct {


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Tue May 20 14:27:38 PDT 2014
   + Tue May 20 15:02:52 PDT 2014



More information about the Vm-dev mailing list