digitalmars.D.announce - LDC 0.9 released
- Christian Kamm (41/41) Jan 08 2009 The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM
- Moritz Warning (3/52) Jan 08 2009 Great work!
- Walter Bright (3/7) Jan 08 2009 This is great news, congratulations to the LDC team!
- Christian Kamm (7/10) Jan 09 2009 Thanks!
- Walter Bright (6/12) Jan 09 2009 ARM is real big on embedded systems like phones. D is an ideal language
- Christopher Wright (3/4) Jan 09 2009 In terms of desktop machines, yes. But most current gaming consoles have...
- Tomas Lindquist Olsen (14/28) Jan 09 2009 Content-Disposition: inline
- dsimcha (2/41) Jan 08 2009 Awesome. Great job! Any estimate on when decent D2 support might be av...
- Bill Baxter (5/9) Jan 08 2009 Congrats! Probably like many folks here I'll be a lot more excited
- dsimcha (7/46) Jan 08 2009 Also, some Win32 builds, both w/ and w/o D2 support, would be appreciate...
- Christian Kamm (9/18) Jan 09 2009 D2 support is still a long way off, we haven't even begun implementing m...
- Walter Bright (3/5) Jan 09 2009 Does LLVM support thread local storage? That is shaping up to be
- Tomas Lindquist Olsen (6/13) Jan 09 2009 Content-Disposition: inline
- Nick Sabalausky (4/25) Jan 09 2009 Is MSYS/MinGW needed for building LDC/LLVM on windows? I found that to b...
- Tim M (1/1) Jan 08 2009 Congrats. Is anyone working on any idividual packages like ubuntu/gentoo...
- naryl (3/4) Jan 08 2009 You can find ebuilds for ldc trunk here: http://www.assembla.com/wiki/sh...
- David Ferenczi (9/14) Jan 09 2009 Hey, this is great news, indeed! Did I overlook something or there was n...
- naryl (5/22) Jan 09 2009 It's a little small to be included in official overlay list but we can t...
- David Ferenczi (10/35) Jan 09 2009 I don't think so. The current d overlay has much less packages, and they...
- naryl (2/42) Jan 09 2009 Thanks! The eselect module will be completely rewritten in the near futu...
- naryl (3/3) Jan 16 2009 Just uploaded ldc-0.9.ebuild. However it still uses tango svn trunk.
- David Ferenczi (2/5) Jan 16 2009
- Bill Baxter (11/50) Jan 09 2009 Hey, did you guys send this announcement to any LLVM mailing lists?
- Moritz Warning (5/10) Jan 09 2009 [..]
- Moritz Warning (4/13) Jan 09 2009 wrong link, I meant this one:
- David Ferenczi (1/1) Jan 09 2009 Congratulations!
- Leandro Lucarella (9/13) Jan 09 2009 Excelent news! Congrats and thanks for the great job.
- Walter Bright (2/2) Jan 09 2009 On Reddit:
- =?UTF-8?B?QW5kZXJzIEYgQmrDtnJrbHVuZA==?= (5/12) Jan 13 2009 Good job! I've updated wxD HEAD to work with the LDC 0.9 release
The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2 We had already announced this release during the Tango conference in September (we hope the video of our presentation will be out soon), but - as was to be expected - it took a bit longer than planned. LDC ships with a precompiled Tango rev 4237 and passes all except two of Tango's unittests (io.digest.Md2 and text.locale.Posix fail). DStress results also look favorable. The chances are good that your code will work with it too! There are several known issues, the most severe being: * LDC does not compile DWT successfully for unknown reasons * an LLVM 2.4 bug sometimes leads to linker errors when unreachable code is optimized away * LDC doesn’t fully follow the D calling convention (but it's close!) * we inherit every DMD-frontend related bug in the D bug tracker * … there are more in our tracker If you encounter a bug, please check our bug tracker and create a new ticket if the issue isn’t listed yet. Maybe you are feeling adventurous and want to try fixing it yourself; in that case take a look at our getting started guide. LDC could support other platforms. Furthest along so far are * x86-64 Linux: needs people to start fixing smaller bugs, exception bug (LLVM issue) * x86-32 Mac: small runtime issues, needs tests * x86-32 Windows: exceptions not supported (LLVM issue) but support for these platforms won’t improve on its own! Several friendly people have offered their help - we need more of those! For those with big CTFE memory needs, we have an experimental version of LDC available http://www.incasoftware.de/~kamm/ldc/ldc-0.9-gc.tbz2 which has the compile-time garbage collector enabled. In the future, we're going to experiment with a forward reference hack, but right now it still introduces too many regressions. Feedback and questions are appreciated and should go to the mailing list: ldc-dev googlegroups.com. Alternatively, we're often seen in #ldc on FreeNode. Tomas Lindquist Olsen, Christian Kamm
Jan 08 2009
On Fri, 09 Jan 2009 00:21:15 +0100, Christian Kamm wrote:The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2 We had already announced this release during the Tango conference in September (we hope the video of our presentation will be out soon), but - as was to be expected - it took a bit longer than planned. LDC ships with a precompiled Tango rev 4237 and passes all except two of Tango's unittests (io.digest.Md2 and text.locale.Posix fail). DStress results also look favorable. The chances are good that your code will work with it too! There are several known issues, the most severe being: * LDC does not compile DWT successfully for unknown reasons * an LLVM 2.4 bug sometimes leads to linker errors when unreachable code is optimized away * LDC doesn’t fully follow the D calling convention (but it's close!) * we inherit every DMD-frontend related bug in the D bug tracker * … there are more in our tracker If you encounter a bug, please check our bug tracker and create a new ticket if the issue isn’t listed yet. Maybe you are feeling adventurous and want to try fixing it yourself; in that case take a look at our getting started guide. LDC could support other platforms. Furthest along so far are * x86-64 Linux: needs people to start fixing smaller bugs, exception bug (LLVM issue) * x86-32 Mac: small runtime issues, needs tests * x86-32 Windows: exceptions not supported (LLVM issue) but support for these platforms won’t improve on its own! Several friendly people have offered their help - we need more of those! For those with big CTFE memory needs, we have an experimental version of LDC available http://www.incasoftware.de/~kamm/ldc/ldc-0.9-gc.tbz2 which has the compile-time garbage collector enabled. In the future, we're going to experiment with a forward reference hack, but right now it still introduces too many regressions. Feedback and questions are appreciated and should go to the mailing list: ldc-dev googlegroups.com. Alternatively, we're often seen in #ldc on FreeNode. Tomas Lindquist Olsen, Christian KammGreat work! A big leap for the D community!
Jan 08 2009
Christian Kamm wrote:The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2This is great news, congratulations to the LDC team! Can I ask if a powerpc and ARM version will be available soon?
Jan 08 2009
Walter Bright wrote:This is great news, congratulations to the LDC team! Can I ask if a powerpc and ARM version will be available soon?Thanks! PowerPC support is still in its infancy. We've had two people looking at it a few months back, but I haven't heard from either recently. I think they ran into a frontend-portability issue: http://www.dsource.org/projects/ldc/ticket/76 I don't think anyone has tried LDC on ARM yet.
Jan 09 2009
Christian Kamm wrote:PowerPC support is still in its infancy. We've had two people looking at it a few months back, but I haven't heard from either recently. I think they ran into a frontend-portability issue: http://www.dsource.org/projects/ldc/ticket/76 I don't think anyone has tried LDC on ARM yet.ARM is real big on embedded systems like phones. D is an ideal language for them. I get asked a lot about supporting it. The PPC is a more fill-in-the-blank, as it is yesterday's machine. Anyhow, getting D on more platforms will remove a lot of barriers people have to using it. LDC is a big step forward for that.
Jan 09 2009
Walter Bright wrote:The PPC is a more fill-in-the-blank, as it is yesterday's machine.In terms of desktop machines, yes. But most current gaming consoles have PowerPC processors.
Jan 09 2009
Content-Disposition: inline On Fri, Jan 9, 2009 at 11:19 AM, Walter Bright <newshound1 digitalmars.com>wrote:Christian Kamm wrote:Moritz Warning did some good work on getting LDC to compile and run on ARM/Linux a while back. IIRC he even posted a virtual machine image with everything to try it out, there was still some runtime issue to care of though. Also, this wasn't a cross compiler, but rather LDC running natively on the ARM itself, which is probably not what most people would want. LDC has most things in place for cross compilation already, but there's still some work to be done in that area before it's fully useful. Moritz, please chime in with any corrections/additions :)PowerPC support is still in its infancy. We've had two people looking at it a few months back, but I haven't heard from either recently. I think they ran into a frontend-portability issue: http://www.dsource.org/projects/ldc/ticket/76 I don't think anyone has tried LDC on ARM yet.ARM is real big on embedded systems like phones. D is an ideal language for them. I get asked a lot about supporting it.The PPC is a more fill-in-the-blank, as it is yesterday's machine.As far as I know, LLVM's PPC target is fairly mature, and getting LDC to work on this platform would probably not take that much more work once the frontend issues there have been sorted.Anyhow, getting D on more platforms will remove a lot of barriers people have to using it. LDC is a big step forward for that.
Jan 09 2009
== Quote from Christian Kamm (kamm-incasoftware removethis.de)'s articleThe first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2 We had already announced this release during the Tango conference in September (we hope the video of our presentation will be out soon), but - as was to be expected - it took a bit longer than planned. LDC ships with a precompiled Tango rev 4237 and passes all except two of Tango's unittests (io.digest.Md2 and text.locale.Posix fail). DStress results also look favorable. The chances are good that your code will work with it too! There are several known issues, the most severe being: * LDC does not compile DWT successfully for unknown reasons * an LLVM 2.4 bug sometimes leads to linker errors when unreachable code is optimized away * LDC doesn’t fully follow the D calling convention (but it's close!) * we inherit every DMD-frontend related bug in the D bug tracker * … there are more in our tracker If you encounter a bug, please check our bug tracker and create a new ticket if the issue isn’t listed yet. Maybe you are feeling adventurous and want to try fixing it yourself; in that case take a look at our getting started guide. LDC could support other platforms. Furthest along so far are * x86-64 Linux: needs people to start fixing smaller bugs, exception bug (LLVM issue) * x86-32 Mac: small runtime issues, needs tests * x86-32 Windows: exceptions not supported (LLVM issue) but support for these platforms won’t improve on its own! Several friendly people have offered their help - we need more of those! For those with big CTFE memory needs, we have an experimental version of LDC available http://www.incasoftware.de/~kamm/ldc/ldc-0.9-gc.tbz2 which has the compile-time garbage collector enabled. In the future, we're going to experiment with a forward reference hack, but right now it still introduces too many regressions. Feedback and questions are appreciated and should go to the mailing list: ldc-dev googlegroups.com. Alternatively, we're often seen in #ldc on FreeNode. Tomas Lindquist Olsen, Christian KammAwesome. Great job! Any estimate on when decent D2 support might be available?
Jan 08 2009
On Fri, Jan 9, 2009 at 8:21 AM, Christian Kamm <kamm-incasoftware removethis.de> wrote:The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2Congrats! Probably like many folks here I'll be a lot more excited when there's a Win32 version, but still this is a great milestone. --bb
Jan 08 2009
== Quote from Christian Kamm (kamm-incasoftware removethis.de)'s articleThe first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2 We had already announced this release during the Tango conference in September (we hope the video of our presentation will be out soon), but - as was to be expected - it took a bit longer than planned. LDC ships with a precompiled Tango rev 4237 and passes all except two of Tango's unittests (io.digest.Md2 and text.locale.Posix fail). DStress results also look favorable. The chances are good that your code will work with it too! There are several known issues, the most severe being: * LDC does not compile DWT successfully for unknown reasons * an LLVM 2.4 bug sometimes leads to linker errors when unreachable code is optimized away * LDC doesn’t fully follow the D calling convention (but it's close!) * we inherit every DMD-frontend related bug in the D bug tracker * … there are more in our tracker If you encounter a bug, please check our bug tracker and create a new ticket if the issue isn’t listed yet. Maybe you are feeling adventurous and want to try fixing it yourself; in that case take a look at our getting started guide. LDC could support other platforms. Furthest along so far are * x86-64 Linux: needs people to start fixing smaller bugs, exception bug (LLVM issue) * x86-32 Mac: small runtime issues, needs tests * x86-32 Windows: exceptions not supported (LLVM issue) but support for these platforms won’t improve on its own! Several friendly people have offered their help - we need more of those! For those with big CTFE memory needs, we have an experimental version of LDC available http://www.incasoftware.de/~kamm/ldc/ldc-0.9-gc.tbz2 which has the compile-time garbage collector enabled. In the future, we're going to experiment with a forward reference hack, but right now it still introduces too many regressions. Feedback and questions are appreciated and should go to the mailing list: ldc-dev googlegroups.com. Alternatively, we're often seen in #ldc on FreeNode. Tomas Lindquist Olsen, Christian KammAlso, some Win32 builds, both w/ and w/o D2 support, would be appreciated if possible. I am interested in playing around with LDC on Win32 and filing bug reports, etc. even if exception handling is broken. I just tried to build LDC myself and got some ridiculous, inscrutible error messages that I probably won't get to troubleshooting too soon. If someone more familiar w/ LDC has a decent build environment set up already, please post some builds.
Jan 08 2009
dsimcha wrote:Also, some Win32 builds, both w/ and w/o D2 support, would be appreciated if possible. I am interested in playing around with LDC on Win32 and filing bug reports, etc. even if exception handling is broken. I just tried to build LDC myself and got some ridiculous, inscrutible error messages that I probably won't get to troubleshooting too soon. If someone more familiar w/ LDC has a decent build environment set up already, please post some builds.D2 support is still a long way off, we haven't even begun implementing most of its specific features. We won't release official Win32 builds as long as exception handling is unsupported. However, Elrood actually had Win32 binaries online a few months ago. He's also written the extensive LDC on Windows with MinGW step-by-step guide (http://www.dsource.org/projects/ldc/wiki/LDC_MinGW) and would surely welcome your feedback if something in there is unclear or doesn't work for you.
Jan 09 2009
Christian Kamm wrote:D2 support is still a long way off, we haven't even begun implementing most of its specific features.Does LLVM support thread local storage? That is shaping up to be critical for D2.
Jan 09 2009
Content-Disposition: inline On Fri, Jan 9, 2009 at 11:21 AM, Walter Bright <newshound1 digitalmars.com>wrote:Christian Kamm wrote:LLVM does support thread local storage, however, I'm not sure if all backend targets implement it yet. It's been a long time since I last read about it, so things have probably changed since then!D2 support is still a long way off, we haven't even begun implementing most of its specific features.Does LLVM support thread local storage? That is shaping up to be critical for D2.
Jan 09 2009
"Christian Kamm" <kamm-incasoftware removethis.de> wrote in message news:gk72bd$2p4b$1 digitalmars.com...dsimcha wrote:Is MSYS/MinGW needed for building LDC/LLVM on windows? I found that to be a problem with GCC.Also, some Win32 builds, both w/ and w/o D2 support, would be appreciated if possible. I am interested in playing around with LDC on Win32 and filing bug reports, etc. even if exception handling is broken. I just tried to build LDC myself and got some ridiculous, inscrutible error messages that I probably won't get to troubleshooting too soon. If someone more familiar w/ LDC has a decent build environment set up already, please post some builds.D2 support is still a long way off, we haven't even begun implementing most of its specific features. We won't release official Win32 builds as long as exception handling is unsupported. However, Elrood actually had Win32 binaries online a few months ago. He's also written the extensive LDC on Windows with MinGW step-by-step guide (http://www.dsource.org/projects/ldc/wiki/LDC_MinGW) and would surely welcome your feedback if something in there is unclear or doesn't work for you.
Jan 09 2009
Nick Sabalausky wrote:Is MSYS/MinGW needed for building LDC/LLVM on windows? I found that to be a problem with GCC.LLVM can be built with MSVC, and LDC is in the works. However, this is experimental, there are some issues left, and since LLVM relies on GCC to generate native code, MinGW will still be necessary anyways; so the recommended way is to build LLVM and LDC via MSYS/MinGW for now. If you run into problems feel free to join #ldc on freenode, feedback is always welcome. Please keep in mind that, as Christian already mentioned, there's no support for exception handling on Windows in LLVM yet, and although we're working on it we might not get to a solution until this is fixed in LLVM, so LDC's usability on Windows is very limited at the moment. This release is really just intended for x86-32 Linux.
Jan 10 2009
== Quote from Elrood (arno nym.net)'s articleNick Sabalausky wrote:I finally got LLVM to build properly, but now I'm trying to build LDC for Windows using the latest version of msys/mingw and CMake with MinGW make files, and I'm getting the following error: Can't open perl script "E:/msys/1.0/home/dsimcha/ldcBin/revisions.pl": No such file or directory mingw32-make[2]: *** [revisions.h] Error 2 mingw32-make[1]: *** [CMakeFiles/gen_revs_h.dir/all] Error 2 It seems that CMake isn't generating revisions.pl correctly from revisions.pl.in, but I haven't the slightest clue why.Is MSYS/MinGW needed for building LDC/LLVM on windows? I found that to be a problem with GCC.LLVM can be built with MSVC, and LDC is in the works. However, this is experimental, there are some issues left, and since LLVM relies on GCC to generate native code, MinGW will still be necessary anyways; so the recommended way is to build LLVM and LDC via MSYS/MinGW for now. If you run into problems feel free to join #ldc on freenode, feedback is always welcome. Please keep in mind that, as Christian already mentioned, there's no support for exception handling on Windows in LLVM yet, and although we're working on it we might not get to a solution until this is fixed in LLVM, so LDC's usability on Windows is very limited at the moment. This release is really just intended for x86-32 Linux.
Jan 11 2009
dsimcha wrote:It seems that CMake isn't generating revisions.pl correctly from revisions.pl.in, but I haven't the slightest clue why.Just take the one from your CMake installation path and move it to your LDC build directory. CMake's Windows GUI apparently handles things a little differently from the command line version.
Jan 11 2009
Congrats. Is anyone working on any idividual packages like ubuntu/gentoo?
Jan 08 2009
Tim M Wrote:Congrats. Is anyone working on any idividual packages like ubuntu/gentoo?You can find ebuilds for ldc trunk here: http://www.assembla.com/wiki/show/d-overlay Sorry I have an exam in two days so v0.9 ebuild won't be available for a while.
Jan 08 2009
naryl wrote:Tim M Wrote:Hey, this is great news, indeed! Did I overlook something or there was no announcement about this overlay? It would be nice to see these packages in portage directly, or at least in the official overlay. Any chance? I tried to install the overlay, but I get an 'Overlay "d-overlay" is missing a "contact" attribute!' error message. Many thanks, DavidCongrats. Is anyone working on any idividual packages like ubuntu/gentoo?You can find ebuilds for ldc trunk here: http://www.assembla.com/wiki/show/d-overlay Sorry I have an exam in two days so v0.9 ebuild won't be available for a while.
Jan 09 2009
David Ferenczi Wrote:naryl wrote:No. Just an obscure link on ldc page. :)Tim M Wrote:Hey, this is great news, indeed! Did I overlook something or there was no announcement about this overlay?Congrats. Is anyone working on any idividual packages like ubuntu/gentoo?You can find ebuilds for ldc trunk here: http://www.assembla.com/wiki/show/d-overlay Sorry I have an exam in two days so v0.9 ebuild won't be available for a while.It would be nice to see these packages in portage directly, or at least in the official overlay. Any chance?It's a little small to be included in official overlay list but we can try.I tried to install the overlay, but I get an 'Overlay "d-overlay" is missing a "contact" attribute!' error message.Didn't know that it's required. Anyway, try again now.Many thanks, David
Jan 09 2009
naryl wrote:David Ferenczi Wrote:I don't think so. The current d overlay has much less packages, and they are even unmaintained.naryl wrote:No. Just an obscure link on ldc page. :)Tim M Wrote:Hey, this is great news, indeed! Did I overlook something or there was no announcement about this overlay?Congrats. Is anyone working on any idividual packages like ubuntu/gentoo?You can find ebuilds for ldc trunk here: http://www.assembla.com/wiki/show/d-overlay Sorry I have an exam in two days so v0.9 ebuild won't be available for a while.It would be nice to see these packages in portage directly, or at least in the official overlay. Any chance?It's a little small to be included in official overlay list but we can try.It is required if you set in layman.cfg the "nocheck" option to "no". Now it compalins about missing description entry. ;-) But I must say, that I'm impressed of the qualitiy of your peackages, the slots, the dependencies, and even the eselect configuration...so I'm happy with that. An it works out of the box. Great work! Thank you very much, DavidI tried to install the overlay, but I get an 'Overlay "d-overlay" is missing a "contact" attribute!' error message.Didn't know that it's required. Anyway, try again now.
Jan 09 2009
David Ferenczi Wrote:naryl wrote:Thanks! The eselect module will be completely rewritten in the near future. It's too buggy and slow. :)David Ferenczi Wrote:I don't think so. The current d overlay has much less packages, and they are even unmaintained.naryl wrote:No. Just an obscure link on ldc page. :)Tim M Wrote:Hey, this is great news, indeed! Did I overlook something or there was no announcement about this overlay?Congrats. Is anyone working on any idividual packages like ubuntu/gentoo?You can find ebuilds for ldc trunk here: http://www.assembla.com/wiki/show/d-overlay Sorry I have an exam in two days so v0.9 ebuild won't be available for a while.It would be nice to see these packages in portage directly, or at least in the official overlay. Any chance?It's a little small to be included in official overlay list but we can try.It is required if you set in layman.cfg the "nocheck" option to "no". Now it compalins about missing description entry. ;-) But I must say, that I'm impressed of the qualitiy of your peackages, the slots, the dependencies, and even the eselect configuration...so I'm happy with that. An it works out of the box. Great work! Thank you very much, DavidI tried to install the overlay, but I get an 'Overlay "d-overlay" is missing a "contact" attribute!' error message.Didn't know that it's required. Anyway, try again now.
Jan 09 2009
Just uploaded ldc-0.9.ebuild. However it still uses tango svn trunk. http://www.assembla.com/wiki/show/d-overlay Enjoy!
Jan 16 2009
Many thanks! naryl wrote:Just uploaded ldc-0.9.ebuild. However it still uses tango svn trunk. http://www.assembla.com/wiki/show/d-overlay Enjoy!
Jan 16 2009
Hey, did you guys send this announcement to any LLVM mailing lists? --bb On Fri, Jan 9, 2009 at 8:21 AM, Christian Kamm <kamm-incasoftware removethis.de> wrote:The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2 We had already announced this release during the Tango conference in September (we hope the video of our presentation will be out soon), but - as was to be expected - it took a bit longer than planned. LDC ships with a precompiled Tango rev 4237 and passes all except two of Tango's unittests (io.digest.Md2 and text.locale.Posix fail). DStress results also look favorable. The chances are good that your code will wor=kwith it too! There are several known issues, the most severe being: * LDC does not compile DWT successfully for unknown reasons * an LLVM 2.4 bug sometimes leads to linker errors when unreachable code=isoptimized away * LDC doesn't fully follow the D calling convention (but it's close!) * we inherit every DMD-frontend related bug in the D bug tracker * =85 there are more in our tracker If you encounter a bug, please check our bug tracker and create a new tic=ketif the issue isn't listed yet. Maybe you are feeling adventurous and want to try fixing it yourself; in that case take a look at our getting starte=dguide. LDC could support other platforms. Furthest along so far are * x86-64 Linux: needs people to start fixing smaller bugs, exception bug (LLVM issue) * x86-32 Mac: small runtime issues, needs tests * x86-32 Windows: exceptions not supported (LLVM issue) but support for these platforms won't improve on its own! Several friendl=ypeople have offered their help - we need more of those! For those with big CTFE memory needs, we have an experimental version of =LDCavailable http://www.incasoftware.de/~kamm/ldc/ldc-0.9-gc.tbz2 which has the compile-time garbage collector enabled. In the future, we'r=egoing to experiment with a forward reference hack, but right now it still introduces too many regressions. Feedback and questions are appreciated and should go to the mailing list: ldc-dev googlegroups.com. Alternatively, we're often seen in #ldc on FreeNode. Tomas Lindquist Olsen, Christian Kamm
Jan 09 2009
On Fri, 09 Jan 2009 00:21:15 +0100, Christian Kamm wrote:The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2[..] Anyway, http://www.incasoftware.de/~kamm/projects/index.php/2009/01/09/ldc-09- released/
Jan 09 2009
On Fri, 09 Jan 2009 13:57:29 +0000, Moritz Warning wrote:On Fri, 09 Jan 2009 00:21:15 +0100, Christian Kamm wrote:wrong link, I meant this one: http://www.reddit.com/r/programming/comments/7oi03/ llvm_d_compiler_09_released/The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2[..]
Jan 09 2009
Christian Kamm, el 9 de enero a las 00:21 me escribiste:The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here: http://www.incasoftware.de/~kamm/ldc/ldc-0.9.tbz2Excelent news! Congrats and thanks for the great job. -- Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/ ---------------------------------------------------------------------------- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) ---------------------------------------------------------------------------- DIEZ "PUNGAS" MENOS -- Crónica TV
Jan 09 2009
On Reddit: http://www.reddit.com/r/programming/comments/7oi03/llvm_d_compiler_09_released/
Jan 09 2009
Christian Kamm wrote:The first version of LDC (http://www.dsource.org/projects/ldc), the LLVM based compiler for version one of the D programming language has been released for x86-32 Linux. Get it here:...LDC ships with a precompiled Tango rev 4237 and passes all except two of Tango's unittests (io.digest.Md2 and text.locale.Posix fail). DStress results also look favorable. The chances are good that your code will work with it too!Good job! I've updated wxD HEAD to work with the LDC 0.9 release ("make COMPILER=LDC LIBRARY=Tango") tested on Mac OS X and Linux. --anders
Jan 13 2009