[PATCH] D50330: [RFC] Implement out-of-process allocator enumeration for macOS

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 24 14:10:41 PDT 2018


kubamracek added a comment.

In https://reviews.llvm.org/D50330#1211776, @kcc wrote:

> and of course, also, the ProcessVMReaderContext


If the abstraction of ProcessVMReaderContext is bothering you, we should be able to move most of it into Mac-specific source files and just have ForEachChunkOutOfProcess take more callback pointers instead.

But moving ForEachChunkOutOfProcess into Mac-specific files doesn't sound easy to do: ForEachChunkOutOfProcess needs access to internal structures of the allocator.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D50330





More information about the llvm-commits mailing list