16 Aug 20:40
Patch: Linear IL for PPC/darwin
From: Mark Probst <mark.probst <at> gmail.com>
Subject: Patch: Linear IL for PPC/darwin
Newsgroups: gmane.comp.gnome.mono.devel
Date: 2008-08-16 18:42:00 GMT
Subject: Patch: Linear IL for PPC/darwin
Newsgroups: gmane.comp.gnome.mono.devel
Date: 2008-08-16 18:42:00 GMT
Hey, This makes Linear IL work with PPC on darwin. A few runtime and corlib tests fail, but they also failed before the merge. I'm working on them, though. Zoltan: Could you please take a look at the patch? Mark
Index: mini/method-to-ir.c =================================================================== --- mini/method-to-ir.c (revision 110658) +++ mini/method-to-ir.c (working copy) @@ -8132,6 +8132,8 @@ MONO_ADD_INS (bblock, ins); *sp++ = ins; + mono_decompose_opcode (cfg, ins); + ++ip; break; } Index: mini/mini.c =================================================================== --- mini/mini.c (revision 110658) +++ mini/mini.c (working copy) @@ -1928,6 +1928,8 @@(Continue reading)
RSS Feed