|
From: Julian S. <js...@ac...> - 2013-01-06 15:48:19
|
> > One change I am looking at is changing the guard type of Mux0X > > from I8 to I1. This makes it consistent with I1 guard types for > > Dirty helpers and for Exits. > > Seconded. I have this working now for ARM, and, obviously, the generic IR stuff has been fixed up too. I can do the front/back end fixes for x86/amd64/ppc32/ppc64, and possibly MIPS, but I can't do the s390 bits. If I make available a patch containing the above stuff, can you do the s390 bits? Unfortunately this is not something that can be committed incrementally without breaking various front/back ends. > I'm willing to make the change if you and/or other port maintainers are > willing to double-check. Yes, I'm willing to double-check/review. J |