[D-runtime] [D-Programming-Language/druntime] aa8c03: Implement fibers on Linux/PPC64.
    GitHub 
    noreply at github.com
       
    Mon Jun  3 12:00:42 PDT 2013
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: aa8c03f9d4a0faaedf859675ae53b015f9ecabfc
      https://github.com/D-Programming-Language/druntime/commit/aa8c03f9d4a0faaedf859675ae53b015f9ecabfc
  Author: kai <kai at redstar.de>
  Date:   2013-06-02 (Sun, 02 Jun 2013)
  Changed paths:
    M src/core/thread.d
    M src/core/thread.di
  Log Message:
  -----------
  Implement fibers on Linux/PPC64.
As a first attempt I am using the Posix version with ucontext_t.
  Commit: d62580edf0daf5d3ff137be97f6f60d8b4af2c2e
      https://github.com/D-Programming-Language/druntime/commit/d62580edf0daf5d3ff137be97f6f60d8b4af2c2e
  Author: kai <kai at redstar.de>
  Date:   2013-06-02 (Sun, 02 Jun 2013)
  Changed paths:
    M src/core/thread.d
  Log Message:
  -----------
  Partial fix to compile on X86
  Commit: 04415d195836697a5f8c837794ff301e534338a1
      https://github.com/D-Programming-Language/druntime/commit/04415d195836697a5f8c837794ff301e534338a1
  Author: kai <kai at redstar.de>
  Date:   2013-06-02 (Sun, 02 Jun 2013)
  Changed paths:
    M src/core/thread.di
  Log Message:
  -----------
  Final fix for X86
  Commit: f681cff3cf3e251b3e69864e8d09ece4a1a9d1a2
      https://github.com/D-Programming-Language/druntime/commit/f681cff3cf3e251b3e69864e8d09ece4a1a9d1a2
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-06-03 (Mon, 03 Jun 2013)
  Changed paths:
    M src/core/thread.d
    M src/core/thread.di
  Log Message:
  -----------
  Merge pull request #506 from redstar/ppc_thread
Implement fibers on Linux/PPC64.
Compare: https://github.com/D-Programming-Language/druntime/compare/5b839020e10e...f681cff3cf3e
    
    
More information about the D-runtime
mailing list