Ticket #1645 (new RFC)
Request for another overload to 'not' opcode.
Reported by: | shockwave | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | 2.3.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
The docs page: http://docs.parrot.org/parrot/latest/html/src/ops/cmp.ops.html
...mentions 2 overloads for opcode 'not':
not(out INT, in INT) not(out PMC, invar PMC)
It would be sweet to have another overload for opcode 'not'.
not(out INT, invar PMC)
This would avoid the need for boxing of the operands in many cases.
Change History
Note: See
TracTickets for help on using
tickets.