[D-runtime] [D-Programming-Language/druntime] 448edf: SectionGroup support for TLS

GitHub noreply at github.com
Tue Mar 12 09:56:53 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 448edfe338584244f8e32e26ce082c82635b25ef
      https://github.com/D-Programming-Language/druntime/commit/448edfe338584244f8e32e26ce082c82635b25ef
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-03-11 (Mon, 11 Mar 2013)

  Changed paths:
    M src/core/sys/windows/threadaux.d
    M src/core/thread.d
    M src/core/thread.di
    M src/rt/dmain2.d
    M src/rt/memory_osx.d
    M src/rt/sections.d
    M src/rt/sections_freebsd.d
    M src/rt/sections_linux.d
    M src/rt/sections_osx.d
    M src/rt/sections_solaris.d
    M src/rt/sections_win32.d
    M src/rt/sections_win64.d
    M src/rt/tlsgc.d

  Log Message:
  -----------
  SectionGroup support for TLS

- move TLS scanning to rt.sections_*
- move TLS emulation to rt.sections_osx


  Commit: f16f12830c9d729d8eff36f4afadde83f7510e19
      https://github.com/D-Programming-Language/druntime/commit/f16f12830c9d729d8eff36f4afadde83f7510e19
  Author: Alex Rønne Petersen <alex at alexrp.com>
  Date:   2013-03-12 (Tue, 12 Mar 2013)

  Changed paths:
    M src/core/sys/windows/threadaux.d
    M src/core/thread.d
    M src/core/thread.di
    M src/rt/dmain2.d
    M src/rt/memory_osx.d
    M src/rt/sections.d
    M src/rt/sections_freebsd.d
    M src/rt/sections_linux.d
    M src/rt/sections_osx.d
    M src/rt/sections_solaris.d
    M src/rt/sections_win32.d
    M src/rt/sections_win64.d
    M src/rt/tlsgc.d

  Log Message:
  -----------
  Merge pull request #441 from dawgfoto/SharedRuntime_6

SectionGroup support for TLS


Compare: https://github.com/D-Programming-Language/druntime/compare/53480d9182ef...f16f12830c9d


More information about the D-runtime mailing list