Address::GetSection() turns a weak pointer to a shared pointer which is a...
Address::GetSection() turns a weak pointer to a shared pointer which is a little slow. So in Address::operator== & != do the cheap GetOffset() comparison first and only compare the sections if that is true. llvm-svn: 183452
Loading
Please register or sign in to comment