On Thu, 2005-05-19 at 09:23 +0200, Gwenole Beauchesne wrote:
> Have you considered the VEX library? I have not tried it yet but it
> looks promising. However, since it aims at providing a common IR, it
> can miss certain optimizations related to condition codes (at least as
> ppc guest).
'VEX'
Well, it appears that Linux Torvalds did some compiler research at
Transmeta, and made a C->ASM translator (I deign to call it a compiler)
as an accidental side-effect of writing a C type checker:
http://tree.celinuxforum.org/pubwiki/moin.cgi/Sparse
The GIT repository is most current, and is at