[PATCH] D62105: [CommandLine] Remove SubCommands SmallPtrSet from the Option class.

Don Hinton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 19 13:24:20 PDT 2019


hintonda updated this revision to Diff 200185.
hintonda added a comment.

- Remove Categories cache as well.  This change reduces the size of the Option class down to 64 bytes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62105

Files:
  llvm/include/llvm/Support/CommandLine.h
  llvm/lib/Support/CommandLine.cpp
  llvm/unittests/Support/CommandLineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62105.200185.patch
Type: text/x-patch
Size: 14491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190519/82bc26b8/attachment.bin>


More information about the llvm-commits mailing list