[PATCH] D82397: [scudo][standalone] mallopt runtime configuration options

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 24 11:30:26 PDT 2020


pcc accepted this revision.
pcc added a comment.

A possible concern was that this could be constraining future development by exposing implementation details. But I think that as long as we are free to change how these options are interpreted, or start ignoring them entirely, this is probably fine.

This will probably require trivial merge conflict resolution after my change D84361 <https://reviews.llvm.org/D84361>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82397/new/

https://reviews.llvm.org/D82397





More information about the llvm-commits mailing list