[parrot/parrot] b12a90: First writeup of the proposed new IO subsystem arc...

GitHub noreply at github.com
Sat May 19 11:20:47 UTC 2012


  Branch: refs/heads/whiteknight/io_cleanup1
  Home:   https://github.com/parrot/parrot
  Commit: b12a90b8ed17fd830f63fe4bae89d202d070f6f0
      https://github.com/parrot/parrot/commit/b12a90b8ed17fd830f63fe4bae89d202d070f6f0
  Author: Whiteknight <wknight8111 at gmail.com>
  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.





More information about the parrot-commits mailing list