[PATCH] D13630: [JIT] Towards a working small memory model

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 14 19:18:52 PDT 2015


davide removed rL LLVM as the repository for this revision.
davide updated this revision to Diff 37439.
davide added a comment.

New patch addressing your comments. To answer your question by "not keeping track of memory" I meant that my previous patch didn't push_back allocated data/code section to {Function,Data}Memory vector. I think it was wrong, because e.g., invalidateInstructionCache wouldn't have been called on those regions. I hope my reasoning is correct.
Thanks!


http://reviews.llvm.org/D13630

Files:
  llvm-rtdyld.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13630.37439.patch
Type: text/x-patch
Size: 3762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151015/faf543d0/attachment.bin>


More information about the llvm-commits mailing list