added some code for handling message sending and returning

This commit is contained in:
hyunghwan.chung
2015-06-08 13:24:02 +00:00
parent b6f397fea7
commit 5f6500aa7c
5 changed files with 177 additions and 66 deletions

View File

@ -729,11 +729,7 @@ struct stix_t
/* == EXECUTION REGISTERS == */
stix_oop_context_t active_context; /* TODO: this could be either MethodContext or BlockContext. Some redefintion of stix_oop_context_t might be needed after having removed stix-oop_block-context. */
stix_oop_context_t home_context;
stix_oop_t method;
stix_oop_t receiver;
stix_oop_t ip; /* SmallInteger */
stix_oop_t sp; /* SmallInteger */
/* stix_oop_context_t home_context; */
/* == END EXECUTION REGISTERS == */
#if defined(STIX_INCLUDE_COMPILER)