id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1645	Request for another overload to 'not' opcode.	shockwave		"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."	RFC	new	normal		none	2.3.0	medium						
