start to compile send

still very hacked version of simple call, but a start
This commit is contained in:
Torsten Ruger
2017-04-15 20:58:39 +03:00
parent 265b25d5f4
commit 0d43987005
8 changed files with 130 additions and 43 deletions

View File

@ -1,6 +1,6 @@
# A message is what is sent when you invoke a method. Args and stuff are packed up in to a Message
# and the Message is sent to the receiver.
# A message is what is created when a message is sent. Args and stuff are packed up in to a
# Message and the Message is activated (by swapping it into the machine).
# Part of the housekeeping (see attributes) makes messages a double linked list (next_message and
# caller) , and maybe surprisingly this means that we can create all messages at runtime