<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jul 5, 2017 at 8:27 AM, Francis Ricci via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
1) Move from MemoryMappingLayout::Next() to c++ style iterators</blockquote><div><br></div><div>I would hesitate to do that, given the diverse ways that address space introspection can fail. Currently these are all CHECK failures on BSD & Linux and an early exit on Mac. You might want an interface capable of returning an error.</div></div></div></div>