On Mon, Dec 24, 2012 at 1:49 PM, Armin Rigo <[email protected]> wrote: > 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. >
All right. Got it. Thanks for the explanation. -- anatoly t.
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
