Re: Should gdmd be included with gdc?

2022-05-24 Thread max haughton via D.gnu
On Tuesday, 24 May 2022 at 10:32:14 UTC, Iain Buclaw wrote: On Tuesday, 24 May 2022 at 08:22:30 UTC, Chris Piker wrote: Hi GDC Attempting to use meson I found that I probably need dub, but building dub requires dmd command line emulation. The external gdmd perl script to handles this course,

Re: Are there any GDC builds available for Windows?

2022-05-23 Thread max haughton via D.gnu
On Tuesday, 24 May 2022 at 03:27:17 UTC, Chris Piker wrote: On Tuesday, 24 May 2022 at 02:57:50 UTC, max haughton wrote: The slack is just called dlang It's basically only for core dev work though Good to know, don't want to accidentally walk into that bar. https://join.slack.com/t/dlang/sh

Re: Are there any GDC builds available for Windows?

2022-05-23 Thread max haughton via D.gnu
On Tuesday, 24 May 2022 at 02:26:45 UTC, Tejas wrote: On Saturday, 21 May 2022 at 23:37:10 UTC, rikki cattermole wrote: On 22/05/2022 4:52 AM, Chris Piker wrote: Discord is not well suited for professional activities as it only allows a single account per phone number and many people already

Re: Poor Performance gdc11 for base 64 with O3

2021-09-19 Thread max haughton via D.gnu
On Sunday, 19 September 2021 at 19:04:28 UTC, Mahdi wrote: In optimization level 3, gdc11 doesn't seem to work as well as gdc10 for base 64 benchmark. On this site: https://github.com/kostya/benchmarks#base64 [...] It's because of libphobos not being compiled with inlining due to the change

d.gnu@puremagic.com

2021-08-17 Thread max haughton via D.gnu
On Tuesday, 17 August 2021 at 18:39:27 UTC, Mahdi wrote: On Monday, 16 August 2021 at 10:05:08 UTC, Iain Buclaw wrote: [...] Why does a simple or empty Hello program generate a lot of assembly output for the risc-v architecture, but not for the ARM and X86 architectures? Need an example.

d.gnu@puremagic.com

2021-08-15 Thread max haughton via D.gnu
On Sunday, 15 August 2021 at 19:42:11 UTC, Mahdi wrote: On Sunday, 15 August 2021 at 17:22:28 UTC, max haughton wrote: On Sunday, 15 August 2021 at 15:03:26 UTC, Mahdi wrote: Hi Iain Buclaw, we appreciate your efforts in the d for the gnu ecosystem. but what is the status of gdc for risc-v arch

d.gnu@puremagic.com

2021-08-15 Thread max haughton via D.gnu
On Sunday, 15 August 2021 at 15:03:26 UTC, Mahdi wrote: Hi Iain Buclaw, we appreciate your efforts in the d for the gnu ecosystem. but what is the status of gdc for risc-v architecture, especially newlib? explore.dgnu.org Have a play with that, RISC-V should work perfectly fine for low level