nqp icon indicating copy to clipboard operation
nqp copied to clipboard

JVM specific opcodes undocumented

Open coke opened this issue 4 years ago • 2 comments

The following opcodes specific to the JVM backend need to be documented in docs/ops.markdown. Part of #293

  • [ ] assign_i
  • [ ] assign_n
  • [ ] assign_s
  • [ ] attrhintfor
  • [ ] compilejast
  • [ ] compilejasttofile
  • [ ] continuationclone
  • [ ] loadcompunit
  • [ ] setup_blv
  • [ ] wval

coke avatar Oct 28 '20 21:10 coke

The first three opcodes do also exist for MoarVM (see https://github.com/Raku/nqp/pull/682).

usev6 avatar Nov 14 '20 19:11 usev6

Thanks for the catch.

coke avatar Nov 17 '20 20:11 coke