digitalmars.D - http://asm.dlang.org/ needs updating
- IntegratedDimensions (3/3) May 20 2018 load and save are not working, an example is always compiled in.
- Walter Bright (2/4) May 20 2018 Please post bug reports to https://issues.dlang.org/
- Steven Schveighoffer (6/8) May 21 2018 Why do we even have asm.dlang.org any more? The latest version on there
- IntegratedDimensions (7/16) May 21 2018 the run.dlang.io seems to work and is better than the others.
- IntegratedDimensions (5/14) May 21 2018 It would be nice if run.dlang.io didn't include phobos in the asm
- bauss (4/22) May 22 2018 What would you expect it to show when you're using Phobos then?
load and save are not working, an example is always compiled in. No code in the input box still shows examples code in the disassembly.
May 20 2018
On 5/20/2018 9:47 AM, IntegratedDimensions wrote:load and save are not working, an example is always compiled in. No code in the input box still shows examples code in the disassembly.Please post bug reports to https://issues.dlang.org/
May 20 2018
On 5/20/18 12:47 PM, IntegratedDimensions wrote:load and save are not working, an example is always compiled in. No code in the input box still shows examples code in the disassembly.Why do we even have asm.dlang.org any more? The latest version on there is 2.071. I'd recommend using run.dlang.io, and clicking the ASM button. Or use d.godbolt.org -Steve
May 21 2018
On Monday, 21 May 2018 at 20:29:13 UTC, Steven Schveighoffer wrote:On 5/20/18 12:47 PM, IntegratedDimensions wrote:the run.dlang.io seems to work and is better than the others. asm.dlang.org is a clone of d.godbolt.org and both have the same problems. Neither give the proper assembly nor a verbose assembly while run.dlang.io seems to give it all. Thanks.load and save are not working, an example is always compiled in. No code in the input box still shows examples code in the disassembly.Why do we even have asm.dlang.org any more? The latest version on there is 2.071. I'd recommend using run.dlang.io, and clicking the ASM button. Or use d.godbolt.org -Steve
May 21 2018
On Monday, 21 May 2018 at 20:29:13 UTC, Steven Schveighoffer wrote:On 5/20/18 12:47 PM, IntegratedDimensions wrote:It would be nice if run.dlang.io didn't include phobos in the asm display. Using selective imports doesn't help. Creates a huge assembly just to use writeln.load and save are not working, an example is always compiled in. No code in the input box still shows examples code in the disassembly.Why do we even have asm.dlang.org any more? The latest version on there is 2.071. I'd recommend using run.dlang.io, and clicking the ASM button. Or use d.godbolt.org -Steve
May 21 2018
On Monday, 21 May 2018 at 22:18:17 UTC, IntegratedDimensions wrote:On Monday, 21 May 2018 at 20:29:13 UTC, Steven Schveighoffer wrote:What would you expect it to show when you're using Phobos then? You'd expect just the assembly from main()?On 5/20/18 12:47 PM, IntegratedDimensions wrote:It would be nice if run.dlang.io didn't include phobos in the asm display. Using selective imports doesn't help. Creates a huge assembly just to use writeln.load and save are not working, an example is always compiled in. No code in the input box still shows examples code in the disassembly.Why do we even have asm.dlang.org any more? The latest version on there is 2.071. I'd recommend using run.dlang.io, and clicking the ASM button. Or use d.godbolt.org -Steve
May 22 2018