[PATCH] D46961: [scudo] Quarantine optimization

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 10:22:57 PDT 2018


dvyukov added a comment.

- const uptr BatchClassId = SizeClassMap::ClassID(sizeof(QuarantineBatch));

Shouldn't it be constexpr? Or at least static const?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D46961





More information about the llvm-commits mailing list