[Mono-list] a Mac architecture port

Paolo Molaro lupus@ximian.com
Sat, 4 May 2002 12:41:09 +0200


On 05/03/02 Radek Doulík wrote:
> > > > As I said, Radek has a PowerPC port already, but it requires updating to
> > > > support the latest features (remoting and delegate support in the
> > > > runtime has not been added).
> > > 
> > > Delegates support should be already implemented. Did it changed lately?
> > 
> > No, it is only implemented in the JIT.
> 
> OK, then we probably speak about different things, I remember
> implementation of mono_method_poiter_get and passing corresponding
> mono/tests/delegates.cs test.

Dietmar is talking about async delegate support and remoting: support
for them is not yet integrated in the interp, though when he'll move the
code from the jit to the common runtime library there should be no
arch-specific changes required to support ppc (just changes to the
interpreter itself).

It may be that the ppc port and the other ports didn't implement the
changes required by the new string structure (a constructor returns
void, but the string constructors will actually return the string
object, so you need to special-case it in the trampoline function).

lupus

-- 
-----------------------------------------------------------------
lupus@debian.org                                     debian/rules
lupus@ximian.com                             Monkeys do it better