diff options
author | ajs <ajs> | 2005-04-26 17:14:30 +0000 |
---|---|---|
committer | ajs <ajs> | 2005-04-26 17:14:30 +0000 |
commit | 07334da01ca0a7b77cb11add3102b57077eb03eb (patch) | |
tree | f1c9c9cc0b4919588e0de7f08b54d81db56c7d67 /lib/ChangeLog | |
parent | 2e7d9ebac1a2698d548fab85bf717b427378c3c1 (diff) |
2005-04-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* buffer.c (buffer_write): Comment out call to buffer_flush_available.
This should speed up buffering at the expense of a possible increase
in latency in flushing the data if inside a long-running thread.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 8c805dfc..11506202 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-04-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * buffer.c (buffer_write): Comment out call to buffer_flush_available. + This should speed up buffering at the expense of a possible increase + in latency in flushing the data if inside a long-running thread. + 2005-04-25 Paul Jakma <paul.jakma@sun.com> * workqueue.{c,h}: Helper API for setting up and running queues via |