[commit] r2314 - OSCogVM source as per VMMaker-oscog.34. Refactor ObjectMemory into objectMemory

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2314 - OSCogVM source as per VMMaker-oscog.34. Refactor ObjectMemory into objectMemory

David T. Lewis
 
This message was blocked from the list due to size. Trimmed version follows:

Date: Fri,  1 Oct 2010 07:52:47 -0700
To: [hidden email]
From: [hidden email]
Subject: [commit] r2314 - OSCogVM source as per VMMaker-oscog.34.  Refactor ObjectMemory into objectMemory

Author: eliot
Date: 2010-10-01 07:52:47 -0700 (Fri, 01 Oct 2010)
New Revision: 2314

Modified:
   branches/Cog/README
   branches/Cog/cygwinbuild/Makefile
   branches/Cog/image/VMMaker-Squeak4.1.changes
   branches/Cog/image/VMMaker-Squeak4.1.image
   branches/Cog/macbuild/CoreVM.xcodeproj/project.pbxproj
   branches/Cog/platforms/Cross/vm/sq.h
   branches/Cog/platforms/Mac OS/vm/sqMacMain.c
   branches/Cog/platforms/unix/vm/sqUnixMain.c
   branches/Cog/platforms/win32/vm/sqWin32Window.c
   branches/Cog/src/vm/cogit.c
   branches/Cog/src/vm/cogit.h
   branches/Cog/src/vm/cogmethod.h
   branches/Cog/src/vm/cointerp.c
   branches/Cog/src/vm/cointerp.h
   branches/Cog/src/vm/gcc3x-cointerp.c
   branches/Cog/src/vm/interp.h
   branches/Cog/stacksrc/vm/gcc3x-interp.c
   branches/Cog/stacksrc/vm/interp.c
   branches/Cog/stacksrc/vm/interp.h
   branches/Cog/unixbuild/HowToBuild
Log:
OSCogVM source as per VMMaker-oscog.34.  Refactor ObjectMemory into objectMemory
inst var in StackInterpreter and CoInterpreter.  Fix perform:withArguments: for
objects-as-methods.


Modified: branches/Cog/README
===================================================================
--- branches/Cog/README 2010-09-26 02:24:21 UTC (rev 2313)
+++ branches/Cog/README 2010-10-01 14:52:47 UTC (rev 2314)

<snip>