[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/32541] Buffering in OutputStreamWriter speeds up dacapo x
From: |
daney at gcc dot gnu dot org |
Subject: |
[Bug classpath/32541] Buffering in OutputStreamWriter speeds up dacapo xalan |
Date: |
2 Aug 2007 16:54:15 -0000 |
------- Comment #3 from daney at gcc dot gnu dot org 2007-08-02 16:54 -------
Sun's 1.5 javadoc explicitly state that the write method is not buffered and
that OutputStreamWriter should be placed behind a BufferedWriter.
The part of the patch that preallocates the buffer may make sense, but I don't
think we should buffer in the write method as that is explicitly not allowed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32541
- [Bug classpath/32541] Buffering in OutputStreamWriter speeds up dacapo xalan,
daney at gcc dot gnu dot org <=