[PATCH] D15202: [SectionMemoryManager] Make better use of virtual memory
Keno Fischer via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 4 08:17:06 PST 2015
loladiro updated this revision to Diff 41881.
loladiro added a comment.
Updated to take into account that we shouldn't merge things across reservation boundaries.
Instead, have a free block keep a reference to any pending block that may be before it
(in the same allocation) and updating that as we go along.
http://reviews.llvm.org/D15202
Files:
include/llvm/ExecutionEngine/SectionMemoryManager.h
include/llvm/Support/Memory.h
lib/ExecutionEngine/SectionMemoryManager.cpp
lib/Support/Memory.cpp
lib/Support/Unix/Memory.inc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15202.41881.patch
Type: text/x-patch
Size: 11128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151204/78fba5a7/attachment.bin>
More information about the llvm-commits
mailing list