Excerpts from Maciej W. Rozycki's message of Januar 23, 2025 6:29 pm:
> On Tue, 21 Jan 2025, Iain Buclaw wrote:
>
>> This patch adds a MIPS64 implementation of `fiber_switchContext',
>> replacing the generic implementation. The `core.thread.fiber' module
>> already defines version=AsmExternal on
On Thu, 23 Jan 2025, Maciej W. Rozycki wrote:
> > This patch adds a MIPS64 implementation of `fiber_switchContext',
> > replacing the generic implementation. The `core.thread.fiber' module
> > already defines version=AsmExternal on mips64el-linux-gnuabi64 targets.
>
> Don't you need similar cod
On Tue, 21 Jan 2025, Iain Buclaw wrote:
> This patch adds a MIPS64 implementation of `fiber_switchContext',
> replacing the generic implementation. The `core.thread.fiber' module
> already defines version=AsmExternal on mips64el-linux-gnuabi64 targets.
Don't you need similar code for n32 MIPS64
Hi,
This patch adds a MIPS64 implementation of `fiber_switchContext',
replacing the generic implementation. The `core.thread.fiber' module
already defines version=AsmExternal on mips64el-linux-gnuabi64 targets.
Committed to mainline.
Regards,
Iain.
---
PR d/118584
libphobos/ChangeLog: