[PATCH] D53975: Start adding the supporting code to perform out-of-process allocator enumeration.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 9 12:39:02 PST 2018


kcc added a comment.

AddressSpaceView::Load sounds great. 
You can go further and rename Load to operator(), then declare a member

  AddressSpaceView Load;

such that the code would look like

  Load(chunks[i])

but that's up to you.

Please add comments and tests. 
Are you planing to add the rest of the code to this change, or commit it separately? (either works)


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D53975





More information about the llvm-commits mailing list