Raku/nqp

Remove unused jvm opcodes

coke opened this issue · 0 comments

coke commented

Based on the list of undocumented JVM opcodes (and then grepping through the nqp & rakudo source, as well as the greppable6 output), I found the following list of seemingly unused opcodes:

closefh_i
linesasync
nfatostatelist
openasync
printfh
readallfh
readcharsfh
readlinechompfh
readlinefh
setencoding
setinputlinesep
shell
slurpasync
spawn
spurtasync
syncpipe

I'll put together a branch to remove all these opcodes. @jnthn did mention on IRC that several of these are definitely leftovers.