[D-runtime] [D-Programming-Language/druntime] 850eaa: Do not sort arrays of immutable elements, use a ca...
Brad Roberts
braddr at puremagic.com
Tue Jul 12 10:00:33 PDT 2011
Yay.. first post-release checkin, and the build breakage is in full swing.
:)
On Tue, 12 Jul 2011, noreply at github.com wrote:
> Date: Tue, 12 Jul 2011 06:24:47 -0700
> From: noreply at github.com
> Reply-To: D's runtime library developers list <d-runtime at puremagic.com>
> To: d-runtime at puremagic.com
> Subject: [D-runtime] [D-Programming-Language/druntime] 850eaa: Do not sort
> arrays of immutable elements, use a ca...
>
> Branch: refs/heads/master
> Home: https://github.com/D-Programming-Language/druntime
>
> Commit: 850eaa6e06fc323ee8bd964f9c15be7ae1b02699
> https://github.com/D-Programming-Language/druntime/commit/850eaa6e06fc323ee8bd964f9c15be7ae1b02699
> Author: Daniel Murphy <yebblies at gmail.com>
> Date: 2011-07-12 (Tue, 12 Jul 2011)
>
> Changed paths:
> M src/rt/adi.d
>
> Log Message:
> -----------
> Do not sort arrays of immutable elements, use a cast instead to prevent a performance penalty.
>
>
> Commit: 54c5c78a60f1e6ee00fb53019eb3deaaed65ae39
> https://github.com/D-Programming-Language/druntime/commit/54c5c78a60f1e6ee00fb53019eb3deaaed65ae39
> Author: Steven Schveighoffer <schveiguy at yahoo.com>
> Date: 2011-07-12 (Tue, 12 Jul 2011)
>
> Changed paths:
> M src/rt/adi.d
>
> Log Message:
> -----------
> Merge pull request #37 from yebblies/issue1339
>
> Do not sort arrays of immutable elements
>
>
> Compare: https://github.com/D-Programming-Language/druntime/compare/eb8246c...54c5c78
> _______________________________________________
> D-runtime mailing list
> D-runtime at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime
>
More information about the D-runtime
mailing list