[D-runtime] [D-Programming-Language/druntime] 3f8afc: Expose a thread_callWithStackShell() function.
GitHub
noreply at github.com
Mon Apr 23 15:31:39 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 3f8afc08df16b1f6af51c1684c3c19a4dba8450b
https://github.com/D-Programming-Language/druntime/commit/3f8afc08df16b1f6af51c1684c3c19a4dba8450b
Author: alexrp <xtzgzorex at gmail.com>
Date: 2012-04-18 (Wed, 18 Apr 2012)
Changed paths:
M src/core/thread.d
M src/core/thread.di
M src/gc/gcx.d
Log Message:
-----------
Expose a thread_callWithStackShell() function.
This functionality is useful not only for druntime's GC, but generally
for any GC implemented in the D language.
Commit: b6711a4d8d36ad9aeaf5786667d8d00782347c6c
https://github.com/D-Programming-Language/druntime/commit/b6711a4d8d36ad9aeaf5786667d8d00782347c6c
Author: alexrp <xtzgzorex at gmail.com>
Date: 2012-04-18 (Wed, 18 Apr 2012)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Use thread_callWithStackShell() in thread_suspendHandler().
Commit: 88ca7b2677537c6f9c50ae85c040270d356fa34c
https://github.com/D-Programming-Language/druntime/commit/88ca7b2677537c6f9c50ae85c040270d356fa34c
Author: Sean Kelly <sean at invisibleduck.org>
Date: 2012-04-23 (Mon, 23 Apr 2012)
Changed paths:
M src/core/thread.d
M src/core/thread.di
M src/gc/gcx.d
Log Message:
-----------
Merge pull request #195 from alexrp/call-with-stack-shell
Expose a thread_callWithStackShell() function.
Compare: https://github.com/D-Programming-Language/druntime/compare/f544545...88ca7b2
More information about the D-runtime
mailing list