[PATCH] D56941: MemoryBlock: Do not automatically extend a given size to a multiple of page size.
Machiel van Hooren via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 03:48:50 PDT 2019
mvhooren added a comment.
In D56941#1494415 <https://reviews.llvm.org/D56941#1494415>, @ruiu wrote:
> https://reviews.llvm.org/D61599 doesn't seem to revert this, but instead adding a method to obtain an allocated size as well as a requested size (and rename size() to allocatedSize()). That's fine by me.
D61599 <https://reviews.llvm.org/D61599> has now been updated as was discussed there. It now does revert this patch. size() was renamed to allocatedSize() and the InMemoryBuffer in FileOutputBuffer.cpp now tracks the requested size separately.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56941/new/
https://reviews.llvm.org/D56941
More information about the llvm-commits
mailing list