Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread bearophile
Derek Parnell: > An update to the Bugzilla 313 issue... > It appears that it is fixed only with respect to accessing routines but not > fixed when accessing variables. The important thing is that there's movement still. Because as long as the compiler keeps moving forward, there's hope that event

Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread Walter Bright
Lionello Lunesu wrote: The 2.021.zip contains a folder dmd/src/runtime and dmd/src/druntime.. Is one of them obsolete? Which one? runtime is the correct one. Delete the druntime one.

Re: the exe size bloat from 4.3 MB to 10.6 MB

2008-11-25 Thread yidabu
On Wed, 26 Nov 2008 19:14:26 +1300 "Tim M" <[EMAIL PROTECTED]> wrote: > On Wed, 26 Nov 2008 17:24:03 +1300, yidabu <[EMAIL PROTECTED]> wrote: > > > On Tue, 25 Nov 2008 19:31:25 -0500 > > bearophile <[EMAIL PROTECTED]> wrote: > > > >> 1.037 compiles my dlibs fine :-) And with no other increase of

Re: the exe size bloat from 4.3 MB to 10.6 MB

2008-11-25 Thread Tim M
On Wed, 26 Nov 2008 17:24:03 +1300, yidabu <[EMAIL PROTECTED]> wrote: On Tue, 25 Nov 2008 19:31:25 -0500 bearophile <[EMAIL PROTECTED]> wrote: 1.037 compiles my dlibs fine :-) And with no other increase of exe size. I compiled dwtx.lib by DMD 1.037, the exe size bloat from 4.3 MB to 10.6 M

Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread Lionello Lunesu
"Walter Bright" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.037.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.021.zip Nice update! The 2.021.zip contai

the exe size bloat from 4.3 MB to 10.6 MB

2008-11-25 Thread yidabu
On Tue, 25 Nov 2008 19:31:25 -0500 bearophile <[EMAIL PROTECTED]> wrote: > 1.037 compiles my dlibs fine :-) And with no other increase of exe size. I compiled dwtx.lib by DMD 1.037, the exe size bloat from 4.3 MB to 10.6 MB -- yidabu <[EMAIL PROTECTED]> http://www.dsource.org/projects/dwin D 语

Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread Derek Parnell
On Tue, 25 Nov 2008 14:22:47 -0800, Walter Bright wrote: > http://www.digitalmars.com/d/1.0/changelog.html > http://ftp.digitalmars.com/dmd.1.037.zip > > http://www.digitalmars.com/d/2.0/changelog.html > http://ftp.digitalmars.com/dmd.2.021.zip An update to the Bugzilla 313 issue... It appears

Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread Derek Parnell
On Wed, 26 Nov 2008 10:51:49 +0900, Bill Baxter wrote: > On Wed, Nov 26, 2008 at 7:40 AM, Derek Parnell <[EMAIL PROTECTED]> wrote: >> On Tue, 25 Nov 2008 14:22:47 -0800, Walter Bright wrote: >> >>> http://www.digitalmars.com/d/1.0/changelog.html >>> http://ftp.digitalmars.com/dmd.1.037.zip >>> >>>

Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread Bill Baxter
On Wed, Nov 26, 2008 at 7:40 AM, Derek Parnell <[EMAIL PROTECTED]> wrote: > On Tue, 25 Nov 2008 14:22:47 -0800, Walter Bright wrote: > >> http://www.digitalmars.com/d/1.0/changelog.html >> http://ftp.digitalmars.com/dmd.1.037.zip >> >> http://www.digitalmars.com/d/2.0/changelog.html >> http://ftp.d

Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread Sean Kelly
== Quote from bearophile ([EMAIL PROTECTED])'s article > 1.037 compiles my dlibs fine :-) And with no other increase of exe size. > Thank you for fixing 929, ASAP I'll remove about 100-150 lines of code from > my dlibs :-) > Also thank you for 1797, a little problem, but nice to have it fixed. > I

Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread bearophile
1.037 compiles my dlibs fine :-) And with no other increase of exe size. Thank you for fixing 929, ASAP I'll remove about 100-150 lines of code from my dlibs :-) Also thank you for 1797, a little problem, but nice to have it fixed. I am sad reading Derek Parnell say that 313 isn't fixed yet. >F

Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread Sean Kelly
== Quote from Robert Fraser ([EMAIL PROTECTED])'s article > Walter Bright wrote: > > > > http://www.digitalmars.com/d/1.0/changelog.html > > http://ftp.digitalmars.com/dmd.1.037.zip > > > > http://www.digitalmars.com/d/2.0/changelog.html > > http://ftp.digitalmars.com/dmd.2.021.zip > > > 929 & 2326

Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread Robert Fraser
Walter Bright wrote: http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.037.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.021.zip 929 & 2326 fixed in D1... scope in D2... good times... Thanks Walter, Sean & everyone else

Re: DMD 1.037 and 2.020 releases

2008-11-25 Thread Derek Parnell
On Tue, 25 Nov 2008 14:22:47 -0800, Walter Bright wrote: > http://www.digitalmars.com/d/1.0/changelog.html > http://ftp.digitalmars.com/dmd.1.037.zip > > http://www.digitalmars.com/d/2.0/changelog.html > http://ftp.digitalmars.com/dmd.2.021.zip It would appear that Bugzilla 313 () is not really

Re: DMD 1.037 and 2.021 releases

2008-11-25 Thread Walter Bright
Make that 2.021, not 2.020

DMD 1.037 and 2.020 releases

2008-11-25 Thread Walter Bright
http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.037.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.021.zip