www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - [Phoronix] Merging In The GNU D Language Compiler To GCC

reply Iain Buclaw <ibuclaw ubuntu.com> writes:
My worst kept secret is out.

http://www.phoronix.com/scan.php?page=news_item&px=OTk2NA
Oct 04 2011
next sibling parent Andrew Wiley <wiley.andrew.j gmail.com> writes:
On Tue, Oct 4, 2011 at 10:50 PM, Iain Buclaw <ibuclaw ubuntu.com> wrote:
 My worst kept secret is out.

 http://www.phoronix.com/scan.php?page=news_item&px=OTk2NA
:D x 1000
Oct 04 2011
prev sibling next sibling parent Jonathan M Davis <jmdavisProg gmx.com> writes:
On Wednesday, October 05, 2011 03:50:35 Iain Buclaw wrote:
 My worst kept secret is out.
 
 http://www.phoronix.com/scan.php?page=news_item&px=OTk2NA
*Sigh* They gave the link to the old site rather than the d-programming- language.org, and since www.digitialmars.com only redirects on the main page, the link doesn't get redirected to the correct place. - Jonathan M Davis
Oct 04 2011
prev sibling next sibling parent Caligo <iteronvexor gmail.com> writes:
On Tue, Oct 4, 2011 at 10:55 PM, Jonathan M Davis <jmdavisProg gmx.com>wrote:

 On Wednesday, October 05, 2011 03:50:35 Iain Buclaw wrote:
 My worst kept secret is out.

 http://www.phoronix.com/scan.php?page=news_item&px=OTk2NA
*Sigh* They gave the link to the old site rather than the d-programming- language.org, and since www.digitialmars.com only redirects on the main page, the link doesn't get redirected to the correct place. - Jonathan M Davis
Walter said he would fix this: http://www.digitalmars.com/d/archives/digitalmars/D/Why_I_m_hesitating_to_switch_to_D_139517.html#N139559
Oct 04 2011
prev sibling next sibling parent Jacob Carlborg <doob me.com> writes:
On 2011-10-05 05:50, Iain Buclaw wrote:
 My worst kept secret is out.

 http://www.phoronix.com/scan.php?page=news_item&px=OTk2NA
This is great news. -- /Jacob Carlborg
Oct 04 2011
prev sibling next sibling parent reply dsimcha <dsimcha yahoo.com> writes:
On 10/4/2011 11:50 PM, Iain Buclaw wrote:
 My worst kept secret is out.

 http://www.phoronix.com/scan.php?page=news_item&px=OTk2NA
Awesome! Two things, though: 1. When will this actually happen? Is GCC 4.7 going to have GDC in it? 2. How will the impedance mismatch between DMD Front End's fast release cycle and GCC's slower release cycle be handled? I'm definitely not going to use the "official" version of GDC packaged with my Linux distro or MinGW or whatever when the front end is several versions out of date and each front end update contains major bug fixes and additions to Phobos.
Oct 05 2011
next sibling parent Iain Buclaw <ibuclaw ubuntu.com> writes:
== Quote from dsimcha (dsimcha yahoo.com)'s article
 On 10/4/2011 11:50 PM, Iain Buclaw wrote:
 My worst kept secret is out.

 http://www.phoronix.com/scan.php?page=news_item&px=OTk2NA
Awesome! Two things, though: 1. When will this actually happen? Is GCC 4.7 going to have GDC in it?
Can't say. Hopefully things will be in before the 4.7 development window closes.
 2.  How will the impedance mismatch between DMD Front End's fast release
 cycle and GCC's slower release cycle be handled?  I'm definitely not
 going to use the "official" version of GDC packaged with my Linux distro
 or MinGW or whatever when the front end is several versions out of date
 and each front end update contains major bug fixes and additions to Phobos.
I would imagine that the official releases would be 1 frontend version behind DMD - given that there is a 2 month period of bug-fixes only before release. Whilst the development trunk/snapshots will remain in sync. Again, can't really say - it's too soon to be asking this. :~) Regards Iain
Oct 05 2011
prev sibling parent reply "Nick Sabalausky" <a a.a> writes:
"dsimcha" <dsimcha yahoo.com> wrote in message 
news:j6hkec$7lb$1 digitalmars.com...
 2.  How will the impedance mismatch between DMD Front End's fast release 
 cycle and GCC's slower release cycle be handled?  I'm definitely not going 
 to use the "official" version of GDC packaged with my Linux distro or 
 MinGW or whatever when the front end is several versions out of date and 
 each front end update contains major bug fixes and additions to Phobos.
Even if this is an issue at first, I'd bet it will become less and less significant as DMD/Phobos improve and solidify.
Oct 05 2011
parent reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
Maybe if this was posted on Reddit it would get some vocal support and
give the GNU guys reassurance that D is a sought-after language.

Anyway this is great news! Congrats to Iain Buclaw and anyone else who helped.
Oct 05 2011
parent Leandro Lucarella <luca llucax.com.ar> writes:
Andrej Mitrovic, el  6 de octubre a las 00:34 me escribiste:
 Maybe if this was posted on Reddit it would get some vocal support and
 give the GNU guys reassurance that D is a sought-after language.
 
 Anyway this is great news! Congrats to Iain Buclaw and anyone else who helped.
Great news indeed! Congrats! -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ ---------------------------------------------------------------------- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) ---------------------------------------------------------------------- In 1995 a Japanese trawler sank, because a Russian cargo plane dropped a living cow from 30,000 feet
Oct 06 2011
prev sibling next sibling parent Robert McGinley <mcginley.robert gmail.com> writes:
Why not just write a redirect rule from the old D pages to the new ones?

On Oct 4, 2011, at 11:55 PM, Jonathan M Davis wrote:

 On Wednesday, October 05, 2011 03:50:35 Iain Buclaw wrote:
 My worst kept secret is out.
=20
 http://www.phoronix.com/scan.php?page=3Dnews_item&px=3DOTk2NA
=20 *Sigh* They gave the link to the old site rather than the =
d-programming-
 language.org, and since www.digitialmars.com only redirects on the =
main page,=20
 the link doesn't get redirected to the correct place.
=20
 - Jonathan M Davis
Oct 05 2011
prev sibling parent reply Steve Teale <steve.teale britseyeview.com> writes:
Iain,

You've made a cross for yourself there! If you need help with grunt tasks -
like a
broken piece of D code with a decent description of the problem, or even
grunter,
I might be able to help. As you know, I've been in those muddy waters before
with
nobody to even consult. With a guru like you I could probably get moving fairly
quickly.

Just as a matter of interest, how do you rate GDC 2.055 for speed alongside the
Linux DMD.

Steve
Oct 06 2011
parent reply Trass3r <un known.com> writes:
 Just as a matter of interest, how do you rate GDC 2.055 for speed  
 alongside the Linux DMD.
Of course it is way faster. You should compare with gcc instead.
Oct 06 2011
parent reply Steve Teale <steve.teale britseyeview.com> writes:
Are you saying that GDC is way faster?

But I take your point.

Steve
Oct 07 2011
parent Trass3r <un known.com> writes:
Am 07.10.2011, 13:28 Uhr, schrieb Steve Teale  
<steve.teale britseyeview.com>:

 Are you saying that GDC is way faster?
Yep. Especially for floating point calculations. Worst-case scenario for dmd: http://www.mail-archive.com/digitalmars-d puremagic.com/msg61860.html (be sure to read through the whole thread though, I refined my post later and then gdc and ldc were on par with C++ while dmd is still slower than javascript.) Another test: http://www.digitalmars.com/d/archives/digitalmars/D/path_tracing_benchmark_142014.html
Oct 07 2011