[Lldb-commits] [PATCH] D11052: [lldb-mi] Simplify MICmnMIResultRecord implementation.* Remove extraneous members that were just storing temporary values.* Correct some comments to not say that veType was a reference.* ResultClass_e parameters don't need to be const as...
Bruce Mitchener
bruce.mitchener at gmail.com
Thu Jul 9 02:50:16 PDT 2015
brucem added a comment.
This is an example of what I'd like to do more widely. In this case, the generated code is about half the size (not that it really matters, but just a demonstration of the bloat removed).
http://reviews.llvm.org/D11052
More information about the lldb-commits
mailing list