This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/10686] Request for new TLS field for x86 and x86_64


http://sourceware.org/bugzilla/show_bug.cgi?id=10686

--- Comment #2 from Ian Lance Taylor <ian at airs dot com> 2013-05-12 17:32:00 UTC ---
Currently the transactional memory support has five words in the TCB.  For the
split stack support on x86 and x86_64 I have been using the last of those five
words, as Richard Henderson told me the TM support was not using it.  So
assuming the TM folks are still agreeable, I think the simplest approach at
this point would be to reduce the TM words to 4 and make the last one be a
split stack word.  The TM words are the __private_tm field in tcbhead_t.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]