#1645: Request for another overload to 'not' opcode.
-----------------------+----------------------------------------------------
 Reporter:  shockwave  |        Type:  RFC   
   Status:  new        |    Priority:  normal
Milestone:             |   Component:  none  
  Version:  2.3.0      |    Severity:  medium
 Keywords:             |        Lang:        
    Patch:             |    Platform:        
-----------------------+----------------------------------------------------
 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.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1645>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to