Ian Lance Taylor writes:
> On Thu, Dec 12, 2013 at 12:21 AM, Michael Hudson-Doyle
> wrote:
>> Ian Lance Taylor writes:
>>
>>> This patch to the Go frontend and libgo implements method values in the
>>> reflect package. Working with method values and reflect now works
>>> correctly, at least on
On Thu, Dec 12, 2013 at 12:21 AM, Michael Hudson-Doyle
wrote:
> Ian Lance Taylor writes:
>
>> This patch to the Go frontend and libgo implements method values in the
>> reflect package. Working with method values and reflect now works
>> correctly, at least on x86.
>
> Can you give me a test cas
Ian Lance Taylor writes:
> This patch to the Go frontend and libgo implements method values in the
> reflect package. Working with method values and reflect now works
> correctly, at least on x86.
Can you give me a test case? I can try it on a few other architectures
tomorrow.
Cheers,
mwh
>
This patch to the Go frontend and libgo implements method values in the
reflect package. Working with method values and reflect now works
correctly, at least on x86. This changes the type signature for type
methods in the reflect package to match the gc compiler. That in turn
required changing t