nqp
nqp copied to clipboard
JVM specific opcodes undocumented
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
The first three opcodes do also exist for MoarVM (see https://github.com/Raku/nqp/pull/682).
Thanks for the catch.