I'd like to deprecate the usage of these fast_call PIR constructs

  PIR/fast_call      # opcode

  call  _label       # bsr _label
  .param reg         # restore reg
  .result reg        # restore reg
  .arg var           # save var
  .return var        # save var

These are used with Parrot calling conventions too and just hide the details. "call" looks like another opcode but isn't one.

leo



Reply via email to