]> gcc.gnu.org Git - gcc.git/commit
libphobos: Add Fiber/Thread support for StackGrowsUp.
authorIain Buclaw <ibuclaw@gcc.gnu.org>
Fri, 18 Jan 2019 01:51:36 +0000 (01:51 +0000)
committerIain Buclaw <ibuclaw@gcc.gnu.org>
Fri, 18 Jan 2019 01:51:36 +0000 (01:51 +0000)
commit151a199f292c8978bf3d5d2123e65af224ed45c2
tree822f0d5536f9248f97780d35a20360a40dca7649
parent50deb97073424cb746e08408d3f10f3b5e16be98
libphobos: Add Fiber/Thread support for StackGrowsUp.

The StackGrowsDown version being turned off for hppa targets.

After other fixes in the compiler, this allows core.thread unittests to
all pass, as well as the garbage collector to work correctly.

Backported from upstream druntime 2.084.

Reviewed-on: https://github.com/dlang/druntime/pull/2410

From-SVN: r268056
libphobos/libdruntime/core/thread.d
libphobos/libdruntime/gc/impl/conservative/gc.d
This page took 0.055077 seconds and 5 git commands to generate.