r268056 - in /trunk/libphobos/libdruntime: core...
ibuclaw@gcc.gnu.org
ibuclaw@gcc.gnu.org
Fri Jan 18 01:51:00 GMT 2019
Author: ibuclaw
Date: Fri Jan 18 01:51:36 2019
New Revision: 268056
URL: https://gcc.gnu.org/viewcvs?rev=268056&root=gcc&view=rev
Log:
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
Modified:
trunk/libphobos/libdruntime/core/thread.d
trunk/libphobos/libdruntime/gc/impl/conservative/gc.d
More information about the Gcc-cvs
mailing list