April 29, 2015
On Wednesday, 29 April 2015 at 07:00:15 UTC, John Colvin wrote:
> On Tuesday, 28 April 2015 at 21:19:53 UTC, Vladimir Panteleev wrote:
>> On Tuesday, 28 April 2015 at 10:24:27 UTC, Andrea Fontana wrote:
>>> Trying on d.godbolt.com it seems a lot of extra-code is generated for the first version.
>>
>> d.godbolt.com is dead, use asm.dlang.org
>
> d.godbolt.org (note .org not .com) works fine and will be updated to the latest GDC shortly. asm.dlang.org only has DMD.

Ah, my bad! I know Iain was involved so I thought it had GDC as well :)
April 29, 2015
On 29 April 2015 at 14:07, Vladimir Panteleev via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
> On Wednesday, 29 April 2015 at 07:00:15 UTC, John Colvin wrote:
>>
>> On Tuesday, 28 April 2015 at 21:19:53 UTC, Vladimir Panteleev wrote:
>>>
>>> On Tuesday, 28 April 2015 at 10:24:27 UTC, Andrea Fontana wrote:
>>>>
>>>> Trying on d.godbolt.com it seems a lot of extra-code is generated for the first version.
>>>
>>>
>>> d.godbolt.com is dead, use asm.dlang.org
>>
>>
>> d.godbolt.org (note .org not .com) works fine and will be updated to the latest GDC shortly. asm.dlang.org only has DMD.
>
>
> Ah, my bad! I know Iain was involved so I thought it had GDC as well :)

DMD and GDC don't generate compatible outputs, so it's not that straightforward to have both together. ;-)

d.godbolt.org is better than asm.dlang.org because GDC emits assembly, you have more information to play around with (and syntax highlighting works thanks to .file and .loc assembler directives).

asm.dlang.org is a basterdised version that removes all features because DMD emits object code, and there is no useful information you can pull from objdump.

It is nice that you can test the latest daily on asm.dlang.org though...

Iain.
April 29, 2015
On Wednesday, 29 April 2015 at 12:07:58 UTC, Vladimir Panteleev wrote:
> On Wednesday, 29 April 2015 at 07:00:15 UTC, John Colvin wrote:
>> On Tuesday, 28 April 2015 at 21:19:53 UTC, Vladimir Panteleev wrote:
>>> On Tuesday, 28 April 2015 at 10:24:27 UTC, Andrea Fontana wrote:
>>>> Trying on d.godbolt.com it seems a lot of extra-code is generated for the first version.
>>>
>>> d.godbolt.com is dead, use asm.dlang.org
>>
>> d.godbolt.org (note .org not .com) works fine and will be updated to the latest GDC shortly. asm.dlang.org only has DMD.
>
> Ah, my bad! I know Iain was involved so I thought it had GDC as well :)

d.godbolt.org now has the latest release as default.
April 29, 2015
On 29 April 2015 at 14:50, John Colvin via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
> On Wednesday, 29 April 2015 at 12:07:58 UTC, Vladimir Panteleev wrote:
>>
>> On Wednesday, 29 April 2015 at 07:00:15 UTC, John Colvin wrote:
>>>
>>> On Tuesday, 28 April 2015 at 21:19:53 UTC, Vladimir Panteleev wrote:
>>>>
>>>> On Tuesday, 28 April 2015 at 10:24:27 UTC, Andrea Fontana wrote:
>>>>>
>>>>> Trying on d.godbolt.com it seems a lot of extra-code is generated for the first version.
>>>>
>>>>
>>>> d.godbolt.com is dead, use asm.dlang.org
>>>
>>>
>>> d.godbolt.org (note .org not .com) works fine and will be updated to the latest GDC shortly. asm.dlang.org only has DMD.
>>
>>
>> Ah, my bad! I know Iain was involved so I thought it had GDC as well :)
>
>
> d.godbolt.org now has the latest release as default.

I take it you've been speaking to the site maintainer? :o)

Looks like he downloaded the binary off gdcproject.org?
April 30, 2015
On Wednesday, 29 April 2015 at 14:18:49 UTC, Iain Buclaw wrote:
> On 29 April 2015 at 14:50, John Colvin via Digitalmars-d
> <digitalmars-d@puremagic.com> wrote:
>> On Wednesday, 29 April 2015 at 12:07:58 UTC, Vladimir Panteleev wrote:
>>>
>>> On Wednesday, 29 April 2015 at 07:00:15 UTC, John Colvin wrote:
>>>>
>>>> On Tuesday, 28 April 2015 at 21:19:53 UTC, Vladimir Panteleev wrote:
>>>>>
>>>>> On Tuesday, 28 April 2015 at 10:24:27 UTC, Andrea Fontana wrote:
>>>>>>
>>>>>> Trying on d.godbolt.com it seems a lot of extra-code is generated for
>>>>>> the first version.
>>>>>
>>>>>
>>>>> d.godbolt.com is dead, use asm.dlang.org
>>>>
>>>>
>>>> d.godbolt.org (note .org not .com) works fine and will be updated to the
>>>> latest GDC shortly. asm.dlang.org only has DMD.
>>>
>>>
>>> Ah, my bad! I know Iain was involved so I thought it had GDC as well :)
>>
>>
>> d.godbolt.org now has the latest release as default.
>
> I take it you've been speaking to the site maintainer? :o)
>
> Looks like he downloaded the binary off gdcproject.org?

Yes and yes.
April 30, 2015
On 30 April 2015 at 15:01, John Colvin via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
> On Wednesday, 29 April 2015 at 14:18:49 UTC, Iain Buclaw wrote:
>>
>> On 29 April 2015 at 14:50, John Colvin via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
>>>
>>> On Wednesday, 29 April 2015 at 12:07:58 UTC, Vladimir Panteleev wrote:
>>>>
>>>>
>>>> On Wednesday, 29 April 2015 at 07:00:15 UTC, John Colvin wrote:
>>>>>
>>>>>
>>>>> On Tuesday, 28 April 2015 at 21:19:53 UTC, Vladimir Panteleev wrote:
>>>>>>
>>>>>>
>>>>>> On Tuesday, 28 April 2015 at 10:24:27 UTC, Andrea Fontana wrote:
>>>>>>>
>>>>>>>
>>>>>>> Trying on d.godbolt.com it seems a lot of extra-code is generated for the first version.
>>>>>>
>>>>>>
>>>>>>
>>>>>> d.godbolt.com is dead, use asm.dlang.org
>>>>>
>>>>>
>>>>>
>>>>> d.godbolt.org (note .org not .com) works fine and will be updated to
>>>>> the
>>>>> latest GDC shortly. asm.dlang.org only has DMD.
>>>>
>>>>
>>>>
>>>> Ah, my bad! I know Iain was involved so I thought it had GDC as well :)
>>>
>>>
>>>
>>> d.godbolt.org now has the latest release as default.
>>
>>
>> I take it you've been speaking to the site maintainer? :o)
>>
>> Looks like he downloaded the binary off gdcproject.org?
>
>
> Yes and yes.

You could have waited a month for gdc-5 to come out of experimental...

https://packages.debian.org/experimental/gdc-5
1 2 3 4
Next ›   Last »