Sam Ruby <[EMAIL PROTECTED]> wrote:

>   I don't understand this.  At all.  But the test case added to pyclass.t
>   (motivated by test 4 in pie/b3.t) only passes if this change to the
>   get_repr op is made.

[ ... ]
>   -op get_repr(out STR, in PMC) {
>   -    $1 = $2->vtable->get_repr(interpreter, $2);
>   +inline op get_repr(out STR, in PMC) {
>   +    STRING *s = $2->vtable->get_repr(interpreter, $2);
>   +    $1 = s;
>        goto NEXT();
>    }

Strange. Stranger. Strangest. Did the test fail with JIT/i386 only?

leo

Reply via email to