[compiler-rt] r188635 - It appears that glibc 2.13 has the same thread descriptor size as 2.11,

Jay Foad jay.foad at gmail.com
Mon Aug 19 02:54:00 PDT 2013


On 18 August 2013 11:04, Chandler Carruth <chandlerc at gmail.com> wrote:
> Author: chandlerc
> Date: Sun Aug 18 05:04:51 2013
> New Revision: 188635
>
> URL: http://llvm.org/viewvc/llvm-project?rev=188635&view=rev
> Log:
> It appears that glibc 2.13 has the same thread descriptor size as 2.11,
> bump up the inflection point to 2.14. If someone can tell me how to
> actually figure out value for this, that would be awesome.

The change in size was almost certainly caused by:

http://sourceware.org/git/?p=glibc.git;a=commit;h=5744c68d78f6ca6c6500e2c8d3d85b3a31f4ed2a

which first appeared in glibc 2.15.

Jay.



More information about the llvm-commits mailing list