[parrot/parrot] c7572b: Use Parrot_pcc_invoke_sub_from_c_args instead of r...

noreply at github.com noreply at github.com
Thu Jul 7 23:41:47 UTC 2011


  Branch: refs/heads/whiteknight/pbc_pbc
  Home:   https://github.com/parrot/parrot

  Commit: c7572b6c2fe51932f5f1b00fb8acc91cfdd427ee
      https://github.com/parrot/parrot/commit/c7572b6c2fe51932f5f1b00fb8acc91cfdd427ee
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2011-07-07 (Thu, 07 Jul 2011)

  Changed paths:
    M src/packfile/api.c

  Log Message:
  -----------
  Use Parrot_pcc_invoke_sub_from_c_args instead of run_subs.:immediate

:immediate subs are expected to return a value ->P. :load, :init, and :postcomp do not (->). We don't need to save/restore the runcore, because PCC does that
We don't need to set the current constants segment in most places, because Sub.invoke does that




More information about the parrot-commits mailing list