[Issue 9033] New: Remove __thread from the language

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 16 02:02:04 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=9033

           Summary: Remove  __thread from the language
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: clugdbug at yahoo.com.au


--- Comment #0 from Don <clugdbug at yahoo.com.au> 2012-11-16 02:01:44 PST ---
It is obsolete, but fairly harmless since __keywords are reserved words anyway.
It was never really part of the language.

It was listed in the changelog as:
"Added __thread storage class for thread local storage. This is for testing
purposes only to check out the machinery in the back end. The front end design
of this will change." (2.013, Apr 2008).

It was made completely obsolete by 2.030 (May 2009).

First step is to remove it from the website. It also needs to be removed from
the test suite, and then dropped from the compiler.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list