[pypy-dev] translating pypy benchmarks to C

Douwe Osinga douwe at triposo.com
Sun Feb 24 18:54:05 CET 2013


Have you tried cython?

douwe at triposo.com | +49-(0)-1573-4469916 | @dosinga


On Sun, Feb 24, 2013 at 6:48 PM, Ghitulete Razvan
<razvan.ghitulete at gmail.com> wrote:
> On Sun, Feb 24, 2013 at 7:37 PM, Maciej Fijalkowski <fijall at gmail.com>
> wrote:
>>
>>
>> Hi
>>
>> There is some support for threading in RPython, see rlib.rthread.
>>
>> RPython might not be your good buddy here. The executables built are
>> rather large and the GC (at least on default settings) will not be
>> that interesting for bare metal. What sort of parameters are you
>> looking at?
>>
>> Also, using RPython is really tedious, you have been warned (it's *not*
>> Python).
>
>
> Well, I don't seem to have much of a choice as I basically need source code
> out of python and not a binary. Also from what I see there is no translator
> that successfully translates full Python code into C/C++. As for parameters
> I don't care that much about the binary as I am not running in a resource
> restricted environment. I am actually running the baremetal binary on a
> x86_64 workstation.
>
>
> --
> Sincerely,
> Razvan Ghitulete
> Universitatea Politehnica Bucuresti
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>


More information about the pypy-dev mailing list