Thread overview
[dmd-internals] dmd commit, revision 829
Dec 31, 2010
dsource.org
Dec 31, 2010
Walter Bright
Dec 31, 2010
Brad Roberts
Dec 31, 2010
Walter Bright
Dec 31, 2010
Brad Roberts
[phobos] d2 64 bit status
Jan 06, 2011
Brad Roberts
December 31, 2010
dmd commit, revision 829


user: walter

msg:
more 64

http://www.dsource.org/projects/dmd/changeset/829

paths changed:
U   branches/dmd-1.x/src/backend/evalu8.c
U   trunk/src/backend/evalu8.c

December 30, 2010
D1 now has made its first pass through the test suite in 64 bit mode. Lots more to do, but things are slowly grinding forward.
December 31, 2010
That's great to know. Way to celebrate the end of the year!

Andrei

On 12/31/10 1:25 AM, Walter Bright wrote:
> D1 now has made its first pass through the test suite in 64 bit mode.
> Lots more to do, but things are slowly grinding forward.
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
December 31, 2010
With all argument combinations, or just -m64 and nothing else?  How's the phobos unit tests look?

Either way, very nice.

On Thu, 30 Dec 2010, Walter Bright wrote:

> Date: Thu, 30 Dec 2010 23:25:04 -0800
> From: Walter Bright <walter at digitalmars.com>
> Reply-To: Discuss the internals of DMD <dmd-internals at puremagic.com>
> To: Discuss the internals of DMD <dmd-internals at puremagic.com>
> Subject: Re: [dmd-internals] dmd commit, revision 829
> 
> D1 now has made its first pass through the test suite in 64 bit mode. Lots
> more to do, but things are slowly grinding forward.
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
> 
December 31, 2010
All arg combinations. No unit tests.

Brad Roberts wrote:
> With all argument combinations, or just -m64 and nothing else?  How's the phobos unit tests look?
>
> Either way, very nice.
>
> On Thu, 30 Dec 2010, Walter Bright wrote:
>
> 
>> Date: Thu, 30 Dec 2010 23:25:04 -0800
>> From: Walter Bright <walter at digitalmars.com>
>> Reply-To: Discuss the internals of DMD <dmd-internals at puremagic.com>
>> To: Discuss the internals of DMD <dmd-internals at puremagic.com>
>> Subject: Re: [dmd-internals] dmd commit, revision 829
>>
>> D1 now has made its first pass through the test suite in 64 bit mode. Lots
>> more to do, but things are slowly grinding forward.
>> _______________________________________________
>> dmd-internals mailing list
>> dmd-internals at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>>
>> 
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
>
> 
December 31, 2010
Awsome.  Here's the d2 status:

tests disabled:
  dmd:      41
  druntime:  9
  phobos:   33

Many of them have a common cause, so there's likely fewer bugs than that to diagnose and fix.  That's with druntime built w/o -O.  Hopefuly once everything passes without opt, the with opt version will as well.. or at least will have less issues to track down.

On Fri, 31 Dec 2010, Walter Bright wrote:

> All arg combinations. No unit tests.
> 
> Brad Roberts wrote:
> > With all argument combinations, or just -m64 and nothing else?  How's the phobos unit tests look?
> > 
> > Either way, very nice.
> > 
> > On Thu, 30 Dec 2010, Walter Bright wrote:
> > 
> > 
> > > Date: Thu, 30 Dec 2010 23:25:04 -0800
> > > From: Walter Bright <walter at digitalmars.com>
> > > Reply-To: Discuss the internals of DMD <dmd-internals at puremagic.com>
> > > To: Discuss the internals of DMD <dmd-internals at puremagic.com>
> > > Subject: Re: [dmd-internals] dmd commit, revision 829
> > > 
> > > D1 now has made its first pass through the test suite in 64 bit mode. Lots
> > > more to do, but things are slowly grinding forward.
> > > _______________________________________________
> > > dmd-internals mailing list
> > > dmd-internals at puremagic.com
> > > http://lists.puremagic.com/mailman/listinfo/dmd-internals
> > > 
> > > 
> > _______________________________________________
> > dmd-internals mailing list
> > dmd-internals at puremagic.com
> > http://lists.puremagic.com/mailman/listinfo/dmd-internals
> > 
> > 
> > 
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
> 
January 06, 2011
On 12/31/2010 12:09 PM, Brad Roberts wrote:
> Here's the d2 64 bit status:
> 
> tests disabled:
>   dmd:      41
>   druntime:  9
>   phobos:   33
> 

Down to:
    dmd:      29  (-11)
    druntime:  2  (-7, one also disabled on 32 bit)
    phobos:   33

Chances are that some of the 33 phobos tests are fixed now, but I haven't run through them recently.  I've been aiming at getting druntime to be clean first.

Also, druntime is still being built without -O until all the currently known failures are fixed up.  Everything else is being tested both with and without -O.

Later,
Brad