Hi Carl, On Sun, Feb 06, 2005 at 05:53:11PM +0100, Carl Friedrich Bolz wrote: > - Does my approach makes sense at all? I never did anything even remotely > similar so I might be doing lots of stupid things.
I believe it makes a lot of sense, yes. For writing the implementation of individual operations, instead of assembler, there might be a way to write them in some other language and compile them with an LLVM compiler. I don't know if we would have to do it in C and install the C front-end, or if there is some simpler C-like language "natively" supported by LLVM. But in both cases such an approach might be helpful. A bientot, Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
