Skip to content

Commit

Permalink
CogVM (V3) source as per VMMaker.oscog-mt.3261 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Nov 1, 2022
1 parent 298215f commit 2d41759
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/v3.cog/cogitARMv5.c
@@ -1,9 +1,9 @@
/* Automatically generated by
CCodeGenerator VMMaker.oscog-mt.3258 uuid: 3c009f35-63a2-d446-b560-94426edb3bfe
CCodeGenerator VMMaker.oscog-mt.3261 uuid: b3a000a3-05ac-c34e-87c4-09d2c548a7ba
from
StackToRegisterMappingCogit VMMaker.oscog-mt.3258 uuid: 3c009f35-63a2-d446-b560-94426edb3bfe
StackToRegisterMappingCogit VMMaker.oscog-mt.3261 uuid: b3a000a3-05ac-c34e-87c4-09d2c548a7ba
*/
static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-mt.3258 uuid: 3c009f35-63a2-d446-b560-94426edb3bfe " __DATE__ ;
static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-mt.3261 uuid: b3a000a3-05ac-c34e-87c4-09d2c548a7ba " __DATE__ ;
char *__cogitBuildInfo = __buildInfo;


Expand Down Expand Up @@ -725,7 +725,7 @@ static void markAndTraceOrFreeMachineCodeForFullGC(void);
static sqInt NoDbgRegParms markAndTraceOrFreePICTargetin(sqInt entryPoint, CogMethod *cPIC);
static sqInt NoDbgRegParms markLiteralsAndUnlinkIfUnmarkedSendpcmethod(sqInt annotation, char *mcpc, CogMethod *cogMethod);
extern void markMethodAndReferents(CogBlockMethod *aCogMethod);
static sqInt NoDbgRegParms markYoungObjectspcmethod(sqInt annotation, char *mcpc, sqInt cogMethod);
static sqInt NoDbgRegParms markYoungObjectspcmethod(sqInt annotation, char *mcpc, CogMethod *cogMethod);
extern usqInt maxCogMethodAddress(void);
static sqInt NoDbgRegParms maximumDistanceFromCodeZone(sqInt anAddress);
static sqInt maybeAllocAndInitIRCs(void);
Expand Down Expand Up @@ -13152,7 +13152,7 @@ markMethodAndReferents(CogBlockMethod *aCogMethod)

/* Cogit>>#markYoungObjects:pc:method: */
static sqInt NoDbgRegParms
markYoungObjectspcmethod(sqInt annotation, char *mcpc, sqInt cogMethod)
markYoungObjectspcmethod(sqInt annotation, char *mcpc, CogMethod *cogMethod)
{
sqInt cacheTag1;
sqInt entryPoint1;
Expand Down
10 changes: 5 additions & 5 deletions src/v3.cog/cogitIA32.c
@@ -1,9 +1,9 @@
/* Automatically generated by
CCodeGenerator VMMaker.oscog-mt.3258 uuid: 3c009f35-63a2-d446-b560-94426edb3bfe
CCodeGenerator VMMaker.oscog-mt.3261 uuid: b3a000a3-05ac-c34e-87c4-09d2c548a7ba
from
StackToRegisterMappingCogit VMMaker.oscog-mt.3258 uuid: 3c009f35-63a2-d446-b560-94426edb3bfe
StackToRegisterMappingCogit VMMaker.oscog-mt.3261 uuid: b3a000a3-05ac-c34e-87c4-09d2c548a7ba
*/
static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-mt.3258 uuid: 3c009f35-63a2-d446-b560-94426edb3bfe " __DATE__ ;
static char __buildInfo[] = "StackToRegisterMappingCogit VMMaker.oscog-mt.3261 uuid: b3a000a3-05ac-c34e-87c4-09d2c548a7ba " __DATE__ ;
char *__cogitBuildInfo = __buildInfo;


Expand Down Expand Up @@ -708,7 +708,7 @@ static void markAndTraceOrFreeMachineCodeForFullGC(void);
static sqInt NoDbgRegParms markAndTraceOrFreePICTargetin(sqInt entryPoint, CogMethod *cPIC);
static sqInt NoDbgRegParms markLiteralsAndUnlinkIfUnmarkedSendpcmethod(sqInt annotation, char *mcpc, CogMethod *cogMethod);
extern void markMethodAndReferents(CogBlockMethod *aCogMethod);
static sqInt NoDbgRegParms markYoungObjectspcmethod(sqInt annotation, char *mcpc, sqInt cogMethod);
static sqInt NoDbgRegParms markYoungObjectspcmethod(sqInt annotation, char *mcpc, CogMethod *cogMethod);
extern usqInt maxCogMethodAddress(void);
static sqInt maybeAllocAndInitIRCs(void);
static sqInt NoDbgRegParms maybeFreeCogMethodDoesntLookKosher(CogMethod *cogMethod);
Expand Down Expand Up @@ -12689,7 +12689,7 @@ markMethodAndReferents(CogBlockMethod *aCogMethod)

/* Cogit>>#markYoungObjects:pc:method: */
static sqInt NoDbgRegParms
markYoungObjectspcmethod(sqInt annotation, char *mcpc, sqInt cogMethod)
markYoungObjectspcmethod(sqInt annotation, char *mcpc, CogMethod *cogMethod)
{
sqInt cacheTag1;
sqInt entryPoint1;
Expand Down

0 comments on commit 2d41759

Please sign in to comment.