[parrot/parrot] c84173: Introduce a new PIO_READ_SIZE_ANY flag that instru...
GitHub
noreply at github.com
Thu Jun 28 01:37:32 UTC 2012
Branch: refs/heads/whiteknight/io_cleanup1
Home: https://github.com/parrot/parrot
Commit: c8417326797d13a58f5c9b2f3b315e761da85e63
https://github.com/parrot/parrot/commit/c8417326797d13a58f5c9b2f3b315e761da85e63
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-06-27 (Wed, 27 Jun 2012)
Changed paths:
M include/parrot/io.h
M src/io/buffer.c
M src/io/io_private.h
M src/io/socket.c
M src/io/utilities.c
M src/pmc/handle.pmc
M src/pmc/socket.pmc
Log Message:
-----------
Introduce a new PIO_READ_SIZE_ANY flag that instructs the read path to grab a large chunk of data (CHUNK_SIZE or however much the buffer can hold).
More information about the parrot-commits
mailing list