Hi, On Mon, Dec 24, 2012 at 11:35 AM, anatoly techtonik <[email protected]> wrote: > algorithm directly into CPU code for the target machine ignoring the whole > HARDWARE-BIOS-OS-C-OBJ-BIN (include/lib/flags/suffix) toolchain is highly > interesting. I don't know if RPython can do this, but so far it is the > closest thing. Maybe you know better alternatives for the experiment?
RPython is translated to C code that is then compiled with (for example) gcc using the standard toolchain. If the problem is compiling C code in the first place, looking at RPython is the wrong place. Well, that's just my opinion; feel free to play with RPython. I just believe it's very, very much the wrong tool. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
