Ben Jones
Ben Jones
> It would be nice to run a benchmark by compiling s huge project, to see the benefits Agree, I'll try to run something on a linux box sometime this...
I don't understand this compiler error in the CI stuff? It builds/runs fine using ldc locally. Where is there an attempted implicit cast to uint? ``` ulong cursor = 0;...
It's a busy week, so doubt I'll get a chance to do the experiment for a while. I agree that I doubt there will be a measurable effect, but agree...
OK, I ran a quick experiment. Using master, compiled with dmd-2.107.0 and my branch compiled with dmd-2.107.0 I timed building phobos on a linux machine. My branch took 21.33s at...
It came from this PR: https://github.com/dlang/dmd/pull/8121 and seems to be making sure that dmd -run doesn't pollute the environment. I assume something in CoreFoundation is setting __CF_USER_TEXT_ENCODING=0x1F6:0:0 in the environment...
LDC and GDC both have supported ARM for quite a while, but DMD doesn't support it yet
Build failures are related to this: https://forum.dlang.org/post/[email protected] The old version had a goto that jumped over a labelled variable declaration but that label is no longer used here
The existing code was making use of this bug (https://issues.dlang.org/show_bug.cgi?id=24534) and deleting a label that became unused revealed it. I've been looking into fixing that first, but will come back...
@WalterBright is there something along these lines that would be helpful for me to do? I can't imagine any of these codepaths have been run in ages