On Thu, 2009-06-25 at 00:53 +0200, Arthur Huillet wrote:
> I wasted several hours until I noticed that OP_AND was only implemented with
> (reg, EXPR_LOCAL).
> 
> The (reg, reg) variant is missing for several binops, and it's very difficult
> with monoburg to notice it.

Yup, I think it's worth some of our time to spend on either (a)
improving monoburg error reporting, (b) switching to some other tool, or
(c) writing our own replacement. That said, I think Mono no longer has a
"instruction selection" phase as we know it but rather directly
generates LIR at the bytecode (or whatever it's called in .NET) parsing
phase.

                        Pekka


------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to