llvm-project/compiler-rt/SDKs/linux
Bill Wendling c054086630 Try to improve performance by using a read/write buffer instead of I/O.
The calls to fwrite/fread can be very expensive. GCC avoids this by using a
buffer to read and write from the file, thus limiting the number of fwrite/fread
calls.

<rdar://problem/13466086>

llvm-svn: 181924
2013-05-15 21:31:22 +00:00
..
usr/include Try to improve performance by using a read/write buffer instead of I/O. 2013-05-15 21:31:22 +00:00
README.txt SDKs: Sketch an initial stub SDK for Linux, I believe this suffices for building 2011-12-08 02:39:23 +00:00

README.txt

This is a stub SDK for Linux. Currently, this has only been tested on i386 and
x86_64 using the Clang compiler.