[llvm-commits] [llvm] r60519 - in /llvm/trunk: lib/Target/ARM/ARMISelLowering.cpp lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp lib/Target/PowerPC/PPCSubtarget.cpp lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp lib/Target/X86/X86Subtarget.cpp t

Anton Korobeynikov anton at korobeynikov.info
Wed Dec 3 23:18:50 PST 2008


Hi, Nick

> You missed that the same optimization applies to protected symbols as
> well, probably because Darwin doesn't have them. Please update PR3148.
> Does this fix the issue on Linux as well?
On linux stuff with internal linkage or hidden visibility never
required extra loads. This was from the beginning of the PIC support
there (calls were resolved locally, not via PLT, etc).

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list