#680: Add a setstdin opcode
-------------------+--------------------------------------------------------
 Reporter:  flh    |        Type:  patch 
   Status:  new    |    Priority:  normal
Milestone:         |   Component:  none  
  Version:  trunk  |    Severity:  medium
 Keywords:         |        Lang:        
    Patch:  new    |    Platform:        
-------------------+--------------------------------------------------------

Comment(by NotFound):

 > Parrot currently has setstdout and setstderr opcodes, but no setstdin.
 This patch adds this opcode.

 I propose to deprecate setstdout, setstderr, getstdin, getstdout and
 getstderr instead of adding this one. We have the stdhandle method in the
 ParrotInterpreter PMC that does all this tasks, and they are not so
 critical in speed nor so frequently used to justify the need for opcodes.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/680#comment:2>
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