removed callee, using receier
This commit is contained in:
parent
5eddfec928
commit
6ef7ef0572
@ -48,7 +48,7 @@ constant.
|
||||
And as a final bonus of all this clarity, i immediately spotted the inconcistency in my oen design: The frame i designed
|
||||
holds local variables, but the caller needs to create it. The caller can not possibly know the number of local variables
|
||||
as that is decided by the invoked method, which is only known at run-time. So we clearly need a two level thing here, one
|
||||
that the caller creates, and one that the callee creates.
|
||||
that the caller creates, and one that the receiver creates.
|
||||
|
||||
### Messaging and slots
|
||||
|
||||
|
@ -81,5 +81,5 @@ This only really makes sense if the register shuffling information is encoded in
|
||||
to be passed).
|
||||
|
||||
Negotiators could do some counting and do the recompiling when it seems worth it. The Negotiator would remove itself from
|
||||
the chain and connect called and new callee directly. How much is in this i couldn't say though.
|
||||
the chain and connect called and new receiver directly. How much is in this i couldn't say though.
|
||||
|
Loading…
x
Reference in New Issue
Block a user