[Lldb-commits] [PATCH] D31172: Move stop info override callback code from ArchSpec into Process
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 24 14:48:51 PDT 2017
zturner added inline comments.
================
Comment at: source/Plugins/Architecture/Arm/ArchitectureArm.cpp:23
+ return ConstString("arm");
+}
+
----------------
clayborg wrote:
> One time at startup. No threads contending yet. Asking for plug-in by name is made fast for later. I would leave this.
Is asking for a plugin by name something that happens in a hot path?
https://reviews.llvm.org/D31172
More information about the lldb-commits
mailing list