MicroSqueak's Interpreter

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

MicroSqueak's Interpreter

Chris Cunnington
The majority of functions in:

http://isqueak.org/PlatformVMAPI

are cited in /Cross/vm/sq.h. The exceptions are secCanDeletePathOfSize
or dir_Lookup and related. These are in plugins.

So reading over sq.h is a good place to start. Getting gnu-interp.c and
the files that have implementations sq.h functions. At this point it
makes sense to organize it with XCode into a project.

- sq.h
- gnu-interp.c
- files with sq.h mentioned functions

I have a feeling this set of files will have a lower noise-to-signal
ratio than poking around in the VMMakerTool, which - truth be told - has
some sophisticated pieces.

Righto

Chris
_______________________________________________
VM-beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/vm-beginners