Files
archived-llvm/lib/Object
David Major af085b4c8a Don't require a null terminator when loading objects
When a null terminator is required and the file size is a multiple of the system page size, MemoryBuffer will prefer pread() over mmap(), which can result in excessive memory usage.

Patch by Mike Hommey!

Differential Revision: https://reviews.llvm.org/D56475



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350774 91177308-0d34-0410-b5e6-96231b3b80d8
2019-01-09 23:36:32 +00:00
..
2018-12-29 02:02:13 +00:00
2018-11-17 01:44:25 +00:00
2018-11-17 01:44:25 +00:00