Thread overview
[dmd-internals] dmd commit, revision 518
Jun 03, 2010
dsource.org
Jun 03, 2010
Jason House
Jun 03, 2010
Walter Bright
June 03, 2010
dmd commit, revision 518


user: walter

msg:
implement small array optimization

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

June 03, 2010
This sounds interesting. What does it do?

Sent from my iPhone

On Jun 3, 2010, at 12:40 AM, "dsource.org" <noreply at dsource.org> wrote:

> dmd commit, revision 518
>
>
> user: walter
>
> msg:
> implement small array optimization
>
> http://www.dsource.org/projects/dmd/changeset/518
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
June 03, 2010
Array is a collection class, and for small collections it stores the data in line.

Jason House wrote:
> This sounds interesting. What does it do?
>
> Sent from my iPhone
>
> On Jun 3, 2010, at 12:40 AM, "dsource.org" <noreply at dsource.org> wrote:
>
>> dmd commit, revision 518
>>
>>
>> user: walter
>>
>> msg:
>> implement small array optimization
>>
>> http://www.dsource.org/projects/dmd/changeset/518
>>
>> _______________________________________________
>> 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
>
>