Jump to page: 1 25  
Page
Thread overview
DMD 1.034 and 2.018 releases
Aug 08, 2008
Walter Bright
Aug 08, 2008
Lars Ivar Igesund
Aug 08, 2008
Walter Bright
Aug 09, 2008
Lars Ivar Igesund
Aug 09, 2008
Walter Bright
Aug 09, 2008
Lars Ivar Igesund
Aug 09, 2008
Sean Kelly
Aug 08, 2008
dsimcha
Aug 08, 2008
Walter Bright
Aug 08, 2008
Sean Kelly
Aug 08, 2008
Bill Baxter
Aug 08, 2008
Walter Bright
Aug 09, 2008
Bill Baxter
Aug 08, 2008
Walter Bright
Aug 09, 2008
bearophile
Aug 09, 2008
bearophile
Aug 09, 2008
Walter Bright
Aug 09, 2008
Walter Bright
Aug 09, 2008
Moritz Warning
Aug 09, 2008
bearophile
Aug 09, 2008
bearophile
Aug 09, 2008
bearophile
Aug 09, 2008
bearophile
Aug 09, 2008
dsimcha
Aug 09, 2008
bearophile
Aug 11, 2008
Don
Aug 09, 2008
Walter Bright
Aug 09, 2008
bearophile
Aug 10, 2008
Walter Bright
Aug 10, 2008
bearophile
Aug 10, 2008
Walter Bright
Aug 12, 2008
Dave
Re: DMD 1.034 and 2.018 releases - Let the games begin!
Aug 12, 2008
Dave
Aug 10, 2008
Walter Bright
Aug 09, 2008
Walter Bright
Aug 09, 2008
Michael P.
Aug 09, 2008
bearophile
Aug 09, 2008
Michael P.
Aug 09, 2008
JAnderson
Aug 09, 2008
Walter Bright
Aug 10, 2008
Craig Black
Aug 10, 2008
bearophile
Aug 10, 2008
Don
Aug 10, 2008
Walter Bright
Aug 14, 2008
Don
August 08, 2008
This one has (finally) got array operations implemented. For those who want to show off their leet assembler skills, the initial assembler implementation code is in phobos/internal/array*.d. Burton Radons wrote the assembler. Can you make it faster?

http://www.digitalmars.com/d/1.0/changelog.html
http://ftp.digitalmars.com/dmd.1.034.zip

http://www.digitalmars.com/d/2.0/changelog.html
http://ftp.digitalmars.com/dmd.2.018.zip
August 08, 2008
Walter Bright wrote:

> This one has (finally) got array operations implemented. For those who want to show off their leet assembler skills, the initial assembler implementation code is in phobos/internal/array*.d. Burton Radons wrote the assembler. Can you make it faster?
> 
> http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.034.zip

The array op docs aren't actually on the 1.0 array page. But great! I remember trying to use these 3 years ago :D

-- 
Lars Ivar Igesund
blog at http://larsivi.net
DSource, #d.tango & #D: larsivi
Dancing the Tango
August 08, 2008
Uhh...Is it just me or did you accidentally repackage 2.017 and call it 2.018?  I checked all the obvious stuff, cleared my cache and all, and no matter what I do, the date on DMD.exe in the 2.018 zipfile is 7/10/08 and it is identified when I run it as 2.017.
August 08, 2008
Lars Ivar Igesund wrote:
> The array op docs aren't actually on the 1.0 array page.

Fixed.
August 08, 2008
dsimcha wrote:
> Uhh...Is it just me or did you accidentally repackage 2.017 and call it 2.018?  I
> checked all the obvious stuff, cleared my cache and all, and no matter what I do,
> the date on DMD.exe in the 2.018 zipfile is 7/10/08 and it is identified when I
> run it as 2.017.

I don't know what happened there, but I just re-uploaded it.
August 08, 2008
== Quote from Walter Bright (newshound1@digitalmars.com)'s article
> This one has (finally) got array operations implemented. For those who want to show off their leet assembler skills, the initial assembler implementation code is in phobos/internal/array*.d. Burton Radons wrote the assembler. Can you make it faster?

Sweet!  One of the best updates ever.


Sean
August 08, 2008
This is great! Thanks for adding this Walter.
JC

Walter Bright wrote:
> This one has (finally) got array operations implemented. For those who want to show off their leet assembler skills, the initial assembler implementation code is in phobos/internal/array*.d. Burton Radons wrote the assembler. Can you make it faster?
> 
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.034.zip
> 
> http://www.digitalmars.com/d/2.0/changelog.html
> http://ftp.digitalmars.com/dmd.2.018.zip
August 08, 2008
On Sat, Aug 9, 2008 at 5:24 AM, Walter Bright <newshound1@digitalmars.com> wrote:
> This one has (finally) got array operations implemented. For those who want to show off their leet assembler skills, the initial assembler implementation code is in phobos/internal/array*.d. Burton Radons wrote the assembler. Can you make it faster?
>
> http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.034.zip
>
> http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.018.zip

That is pretty neat.

So does this mean you've reconsidered your position on adding new
features to D1.x?
Because q{} strings,  1..10 literals, and that enhancement to IFTI
used by std.algorithm, all sure would be nice.  I'd take those over
fancy array ops any day.

--bb
August 08, 2008
Bill Baxter wrote:
> That is pretty neat.
> 
> So does this mean you've reconsidered your position on adding new
> features to D1.x?
> Because q{} strings,  1..10 literals, and that enhancement to IFTI
> used by std.algorithm, all sure would be nice.  I'd take those over
> fancy array ops any day.

Array ops were always supposed to be there.
August 08, 2008
Now on Reddit!

http://www.reddit.com/comments/6vjcv/d_programming_language_gets_vector_operations/
« First   ‹ Prev
1 2 3 4 5