[PATCH] D15202: [SectionMemoryManager] Make better use of virtual memory

Keno Fischer via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 5 11:18:55 PST 2015


loladiro updated this revision to Diff 41992.
loladiro added a comment.

Used indices rather than pointers into the array, because those can get
invalidated if you're not careful.


http://reviews.llvm.org/D15202

Files:
  include/llvm/ExecutionEngine/SectionMemoryManager.h
  include/llvm/Support/Memory.h
  lib/ExecutionEngine/SectionMemoryManager.cpp
  lib/Support/Unix/Memory.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15202.41992.patch
Type: text/x-patch
Size: 9952 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151205/5e99ddf4/attachment.bin>


More information about the llvm-commits mailing list