Closed marekjm closed 9 years ago
This change will make it easier to implement typesystem extensions later. One thing that will become less complicated to implement is msg
opcode for dynamic dispatch of methods - if the calling mechanism is unified there will be no problem with attaching foreign functions as accepted methods of prototypes.
Refactor code so that
call
instruction is used to call foreign (imported witheximport
) functions instead ofexcall
. This issue will makeexcall
instruction obsolete.