JDevlieghere added a comment.

In D128377#3602856 <https://reviews.llvm.org/D128377#3602856>, @aprantl wrote:

> I'm curious now why there is both `count` and `max_class_infos` and if the 
> second is workaround for this bug? Anyway, this *looks* plausible!

`count` is the actual value reported by the runtime. `max_class_infos` is a 
monotonically increasing number that allows us to detect that new classes have 
been instantiated. The latter is also used to allocate enough space. The 
guarantee from the runtime is that `count < max_class_infos`.


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

https://reviews.llvm.org/D128377

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to