Displaying 1 result from an estimated 1 matches for "lanchor0".
Did you mean:
anchor
2014 Mar 12
3
[LLVMdev] [ARM] [PIC] optimizing the loading of hidden global variable
...elative
mov r0, r4
bl _Z4initPv(PLT)
add r0, r4, #400 è get &g1
bl _Z4initPv(PLT)
add r0, r4, #800 è get &g2
ldmfd sp!, {r4, lr}
b _Z4initPv(PLT)
.L3:
.align 2
.L2:
.word .LANCHOR0-(.LPIC0+8) è 1 GOT offset entry
It seems its a missing optimizing opportunity for LLVM both in code size
and performance, any ideas? If so, I can open a bug and try to fix it.
Thanks,
Weiming
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Fo...