[Mono-dev] Patch: Linear IL for PPC/Linux

Zoltan Varga vargaz at gmail.com
Sun Aug 24 21:13:55 EDT 2008


Hi,

- marshal.c: is that change really needed ?
- exceptions-ppc.c: if the generic code works on ppc too, then the
  CUSTOM_EXCEPTION_HANDLING define can be killed.
- mini-ppc.c:
  - the return value of calculate_size () needs to be freed.
  - it might be better to put that (guint32) cast into ppc_load () if
it is really needed,
    cause that would make it easier to do a ppc64 port.

                       Zoltan

On Sun, Aug 24, 2008 at 10:53 PM, Mark Probst <mark.probst at gmail.com> wrote:
> Hey,
>
> This makes PPC/Linux work with Linear IL.  All runtime tests pass except
> for bug-80307, and 6 corlib tests fail.  I'll get to that soon.
>
> Zoltan: Could you please take a look at this patch and see if there are
> any obvious issues?  There are a few things where I'm not sure I
> understand the intent of the original code, like the signature cookie
> handling.
>
> Mark
>
>


More information about the Mono-devel-list mailing list