It seems like it was introduced to replace callcode because callcode modified msg.sender and msg.value, and that breaks a lot of use cases.
If the msg fields aren't changed, that leads us to think a new stack frame is not created.
Thoughts?
It seems like it was introduced to replace callcode because callcode modified msg.sender and msg.value, and that breaks a lot of use cases.
If the msg fields aren't changed, that leads us to think a new stack frame is not created.
Thoughts?