Branch: refs/heads/whiteknight/io_cleanup1
  Home:   https://github.com/parrot/parrot
  Commit: b12a90b8ed17fd830f63fe4bae89d202d070f6f0
      
https://github.com/parrot/parrot/commit/b12a90b8ed17fd830f63fe4bae89d202d070f6f0
  Author: Whiteknight <[email protected]>
  Date:   2012-05-19 (Sat, 19 May 2012)

  Changed paths:
    M include/parrot/io.h
    M src/io/io_private.h
    M src/pmc/filehandle.pmc
    M src/pmc/handle.pmc

  Log Message:
  -----------
  First writeup of the proposed new IO subsystem architecture.

Operations for specific IO types (file, socket, pipe, etc) are broken into 
separate vtables for easy non-switch dispatch. Buffering will be encapsulated 
as a separate structure and will take function pointers to the relevant vtable 
routines for data pass-through. We are going to decrease the number of 
PARROT_EXPORT routines from this subsystem and make a cleaner API.



_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to