Re: Increasing D Compiler Speed by Over 75%

2013-08-01 Thread Rainer Schuetze
On 01.08.2013 07:33, dennis luehring wrote: Am 31.07.2013 23:24, schrieb Rainer Schuetze: On 31.07.2013 09:00, Walter Bright wrote: On 7/30/2013 11:40 PM, dennis luehring wrote: currently the vc builded dmd is about 2 times faster in compiling That's an old number now. Someone want to

Re: Increasing D Compiler Speed by Over 75%

2013-08-01 Thread dennis luehring
Am 01.08.2013 08:16, schrieb Rainer Schuetze: On 01.08.2013 07:33, dennis luehring wrote: Am 31.07.2013 23:24, schrieb Rainer Schuetze: On 31.07.2013 09:00, Walter Bright wrote: On 7/30/2013 11:40 PM, dennis luehring wrote: currently the vc builded dmd is about 2 times faster in

Re: Article: Increasing the D Compiler Speed by Over 75%

2013-08-01 Thread Joakim
On Wednesday, 31 July 2013 at 22:58:56 UTC, Walter Bright wrote: On 7/31/2013 2:40 PM, Bill Baxter wrote: Are you serious that you can't fathom how it could be confusing to someone than talking about differences in run times? Yes. And no, I'm not talking about confusing to someone who lives

Re: Article: Increasing the D Compiler Speed by Over 75%

2013-08-01 Thread monarch_dodra
On Thursday, 1 August 2013 at 07:47:25 UTC, Joakim wrote: On Wednesday, 31 July 2013 at 22:58:56 UTC, Walter Bright wrote: Have you ever seen those cards that some electrical engineers carry around, with the following equations on them: V = I * R R = V / I I = V / R ? I found it:

Re: Emacs D Mode version 2.0.6 released

2013-08-01 Thread finalpatch
Hi Russel, I'm not proposing my changes to be merged into master because I know they are merely workarounds rather than proper fixes (eg. font-lock-add-keywords). On Thursday, 1 August 2013 at 08:07:28 UTC, Russel Winder wrote: The way to progress this is for you to to clone the GitHub

Re: DScanner is ready for use

2013-08-01 Thread Rory McGuire
okay, I look forward to its release. I'm really looking forward to code completion in Sublime Text 2 On Wed, Jul 31, 2013 at 10:44 PM, Brian Schott briancsch...@gmail.comwrote: On Wednesday, 31 July 2013 at 18:41:17 UTC, Justin Whear wrote: On Wed, 31 Jul 2013 20:30:17 +0200, Rory McGuire

Re: New Russian site about D Programming Language

2013-08-01 Thread Suliman
On Friday, 24 May 2013 at 06:30:32 UTC, Suliman wrote: Huge update. Replaced terrible bb-code editor. Old one was really buggy. added Mozilla Persona integration and a lot of other improves! -- http://dlang.ru Else another update. Added colorized bb-code, Latest answer box, and a lot of

Re: New Russian site about D Programming Language

2013-08-01 Thread Suliman
Would it be possible to create block communities on dlang.org site and put there links to national language communities?

Re: Emacs D Mode version 2.0.6 released

2013-08-01 Thread Russel Winder
On Thu, 2013-08-01 at 16:32 +0200, finalpatch wrote: Hi Russel, I'm not proposing my changes to be merged into master because I know they are merely workarounds rather than proper fixes (eg. font-lock-add-keywords). Development on this is event driven. Having an event of a hack fix, may

dmc 8.57 now available for download

2013-08-01 Thread Walter Bright
http://www.digitalmars.com/download/freecompiler.html Using it to compile dmd for win32 will result in a faster dmd.

Re: dmc 8.57 now available for download

2013-08-01 Thread bearophile
Walter Bright: http://www.digitalmars.com/download/freecompiler.html Using it to compile dmd for win32 will result in a faster dmd. Thank you, I'll try it soon. A faster compilation of dmd, or a faster running dmd, or both? :-) Bye, bearophile

Re: dmc 8.57 now available for download

2013-08-01 Thread Walter Bright
On 8/1/2013 4:05 PM, bearophile wrote: Thank you, I'll try it soon. A faster compilation of dmd, or a faster running dmd, or both? :-) Better code gen does both!

Re: dmc 8.57 now available for download

2013-08-01 Thread bearophile
Walter Bright: Better code gen does both! Good. I have tried to compile dmd, and it doesn't work: ...make -f win32.mak release make -fwin32.mak C=backend TK=tk ROOT=root clean del *.obj del total.sym del msgs.h msgs.c del elxxx.c cdxxx.c optab.c debtab.c fltables.c tytab.c del impcnvtab.c

Re: dmc 8.57 now available for download

2013-08-01 Thread Walter Bright
On 8/1/2013 5:56 PM, Walter Bright wrote: On 8/1/2013 5:50 PM, bearophile wrote: Walter Bright: Better code gen does both! Good. I have tried to compile dmd, and it doesn't work: Oh crud, I copied the wrong files. Fixed.

Re: dmc 8.57 now available for download

2013-08-01 Thread bearophile
Walter Bright: Fixed. Do you mean that if I download the dmc zip again it will work? Bye, bearophile

Re: dmc 8.57 now available for download

2013-08-01 Thread Walter Bright
On 8/1/2013 6:22 PM, bearophile wrote: Walter Bright: Fixed. Do you mean that if I download the dmc zip again it will work? Yes, unless I screwed it up again.

Re: DScanner is ready for use

2013-08-01 Thread Nick Sabalausky
On Sun, 28 Jul 2013 00:27:34 +0200 Brian Schott briancsch...@gmail.com wrote: DScanner is a tool for analyzing D source code. [...] When I try to compile it (DMD 2.063.2 Win32) I get this: C:\Users\Nick\AppData\Roaming\dvm\compilers\dmd-2.063.2\bin\..\src\phobos\std\array.d(321): Error:

Re: DScanner is ready for use

2013-08-01 Thread Nick Sabalausky
On Thu, 1 Aug 2013 21:52:00 -0400 Nick Sabalausky seewebsitetocontac...@semitwist.com wrote: On Sun, 28 Jul 2013 00:27:34 +0200 Brian Schott briancsch...@gmail.com wrote: DScanner is a tool for analyzing D source code. [...] When I try to compile it (DMD 2.063.2 Win32) I get this: