Hello,
Could someone answer two questions about this code, please
DisassemblerLLVMC::LLVMCDisassembler::LLVMCDisassembler starting from line 897:
m_reg_info_ap.reset(curr_target->createMCRegInfo(triple));
m_subtarget_info_ap.reset(
curr_target->createMCSubtargetInfo(triple, cpu, featur
https://bugs.llvm.org/show_bug.cgi?id=35671
lab...@google.com changed:
What|Removed |Added
Resolution|--- |FIXED
Fixed By Commit(s)|
On 21 December 2017 at 16:22, Greg Clayton wrote:
>
>
> The main idea is to touch as few pages as possible when doing searches. We
> effectively have this scenario right now with Apple DWARF in .o file
> debugging. So much time is spent paging in each accelerator table that we
> have very long del