[dmd-internals] dmd commit, revision 657
Sean Kelly
sean at invisibleduck.org
Sun Sep 5 07:15:45 PDT 2010
On Sep 4, 2010, at 9:13 PM, Sean Kelly wrote:
> On Sep 4, 2010, at 4:45 PM, Sean Kelly wrote:
>
>> On Sep 4, 2010, at 3:36 PM, Brad Roberts wrote:
>>
>>> On 9/4/2010 3:24 PM, Sean Kelly wrote:
>>>> Other, I thought Walter had reverted all of the auto-chaining code. If not, that would explain the second bug. Easy fix.
>>>>
>>>
>>> I just ran the druntime unit test and the demangle tests fail there too.
>>>
>>> http://d.puremagic.com/issues/show_bug.cgi?id=4795
>>
>> That's what I get for not testing it with zero-length input. I'll give it a look tonight.
>
> Darnit, I can't reproduce any of these on OSX.
Okay, I think the issue is that static data isn't in ROM on OSX, so throwing classinfo.init for onOutOfMemoryError doesn't break the chaining code as-is. I'll sort out chaining and with luck that will fix everything.
More information about the dmd-internals
mailing list