[phobos] phobos commit, revision 2349

Brad Roberts braddr at puremagic.com
Wed Jan 19 02:27:09 PST 2011


On 1/18/2011 11:52 PM, Brad Roberts wrote:
> On 1/18/2011 10:44 PM, dsource.org wrote:
>> phobos commit, revision 2349
>>
>>
>> user: andrei
>>
>> msg:
>> Moved split from string to array, made one more pass through array
>>
>> http://www.dsource.org/projects/phobos/changeset/2349
>>
>> paths changed:
>> U   trunk/phobos/std/algorithm.d
>> U   trunk/phobos/std/array.d
>> U   trunk/phobos/std/getopt.d
>> U   trunk/phobos/std/range.d
>> U   trunk/phobos/std/string.d
> 
> Looks like this change set has exposed a new 64 bit code gen bug.  32 bit linux
> looks ok.  I'll narrow it down.
> 
> Later,
> Brad

Still reducing.. the template heavy, highly static if overloaded code makes for
painful reduction.  I'm pretty sure that it has to do with
std.utf.decode(string, int).

If someone wants to pick up where I left off before I can get back to it
tomorrow night:

  http://d.puremagic.com/bug-opt-array.d

Later,
Brad


More information about the phobos mailing list