Skip to content
Commit 84b94f77 authored by Chris Lattner's avatar Chris Lattner
Browse files

add a new raw_ostream class which is an extremely high performance ostream that

can *only* output data (no seeking, reading, etc).  This is adapted from the
clang "-E outputter", and is roughly 10% faster than stdio on darwin and 30%
(or more) faster than std::ostream.

llvm-svn: 54855
parent 0b79bfe5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment