Reduce the number of system calls. Use readv instead of pread. Do
authorIan Lance Taylor <iant@google.com>
Wed, 2 Jan 2008 23:48:49 +0000 (23:48 +0000)
committerIan Lance Taylor <iant@google.com>
Wed, 2 Jan 2008 23:48:49 +0000 (23:48 +0000)
commitcb29561284eaa37c5c8967e49a5db0a4064368bf
treef4e88f9b60483aeb87c7cbfda3445f3da58edcc0
parent2745d86e69ec4659f39cfe0406948578f791ac4f
Reduce the number of system calls.  Use readv instead of pread.  Do
better handling of cached views.
12 files changed:
gold/archive.cc
gold/archive.h
gold/dynobj.cc
gold/fileread.cc
gold/fileread.h
gold/layout.cc
gold/layout.h
gold/object.cc
gold/object.h
gold/reloc.cc
gold/symtab.cc
gold/symtab.h
This page took 0.025687 seconds and 4 git commands to generate.