Tim Howell <[EMAIL PROTECTED]> wrote: > One other thought: I don't have a great understanding of PMCs, but I > think they're intelligent registers. Why not create PMCs that simulate > the standard x86 registers?
You don't gain anything, when you use PMCs for native processor registers. As this compiler already generates machine code, you could just map %eax, %ebx ... to e.g. I16, I17 ... leo