[PATCH] D14676: [RuntimeDyld] Don't allocate unnecessary stub buffer space

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 19:04:53 PST 2015


sanjoy created this revision.
sanjoy added reviewers: lhames, reames, maksfb.
sanjoy added a subscriber: llvm-commits.

For relocation types that are known to not require stub functions, there
is no need to allocate extra space for the stub functions.

http://reviews.llvm.org/D14676

Files:
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
  test/ExecutionEngine/RuntimeDyld/X86/ELF_x86_64_StubBuf.s
  test/ExecutionEngine/RuntimeDyld/X86/Inputs/ELF_x86_64_StubBuf.ll
  tools/llvm-rtdyld/llvm-rtdyld.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14676.40199.patch
Type: text/x-patch
Size: 5126 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151114/4cab356a/attachment.bin>


More information about the llvm-commits mailing list