[llvm-commits] [LLVMdev] [Patch, RFC] Re: Adding support for explicitly specified TLS models (PR9788)

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jun 12 09:36:28 PDT 2012


>> Do you know what is the rationale for that? The static linker will
>> optimize it anyway (but not do as good a job as the compiler could).
>
> codegen can be more efficient. E.g. less or no calls to __tls_get_addr
> needed.

My point also :-) What I was asking for a rationale on was *not* doing
the optimization in the compiler.

> Joerg


Cheers,
Rafael



More information about the llvm-commits mailing list