[llvm-commits] patch: teach deadargelim to work on externally visible functions!
Rafael Espindola
espindola at google.com
Sun Jan 10 19:58:35 PST 2010
> - from an ELF symbol visibility point of view this would mean the
> symbols should get protected visibility, instead of default visibility
Remember that protected visibility is actually more expensive because
of the need to maintain pointer equality. You probably want to use
hidden or default only unless told to do otherwise by the user.
>
> Best regards,
> --Edwin
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
Cheers,
--
Rafael Ávila de Espíndola
More information about the llvm-commits
mailing list