X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fppc;h=bc2295f7aa4212e417bee2788aca9f99a296712b;hb=2c110c5d270881acabcf52b6e924d8db67c7a4b3;hp=f2ffbf4e3fc0620babc4cdf234839883e15274e4;hpb=f2584f1b83de3ad699451a9c9e4f1fe1efa08445;p=mono.git diff --git a/web/ppc b/web/ppc index f2ffbf4e3fc..bc2295f7aa4 100644 --- a/web/ppc +++ b/web/ppc @@ -3,26 +3,37 @@ ** Status -78 test(s) passed. 11 test(s) failed. (same as x86 :-) + It passes and compiles the same amount of mono tests as on the x86 architecture. -** To do + mcs is self hosting on Linux/PPC. *** Interpreter -Up to date. + Up to date. -*** Jitter +*** JIT and code precompiled: -Start the port + Works on MacOS X 10.2, 10.3 and Linux/PPC, exception handling + is currently broken on the JIT. ** Documentation -PowerPC architecture: +*** PowerPC architecture: - PowerPC Programming environments manual + PowerPC Programming environments manual
G4 (7410) User's manual + + There's a very nice introduction to PowerPC assembly language + at http://www-106.ibm.com/developerworks/library/l-ppc/. -Calling conventions: +*** Calling conventions: - <add me> + Linux on PPC32 uses the The + PowerPC SystemV ABI specification. + + On MacOS X, the conventions are documented in the Mach-O + Runtime Architecture.