[PATCH] D70452: [scudo][standalone] Minor optimization & improvements

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 09:44:55 PST 2019


cryptoad updated this revision to Diff 230472.
cryptoad marked 3 inline comments as done.
cryptoad added a comment.

Replacing the `!!` construct with a `static_cast<bool>`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70452

Files:
  compiler-rt/lib/scudo/standalone/combined.h
  compiler-rt/lib/scudo/standalone/primary32.h
  compiler-rt/lib/scudo/standalone/primary64.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70452.230472.patch
Type: text/x-patch
Size: 5178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191121/be0145eb/attachment-0001.bin>


More information about the llvm-commits mailing list