What you are doing will not generate any information about how fast Python
can be. It will show you the speed of RPython or Cython on baremetal, these
are *NOT* python.

Alex


On Sun, Feb 24, 2013 at 10:44 AM, Ghitulete Razvan <
razvan.ghitul...@gmail.com> wrote:

> On Sun, Feb 24, 2013 at 8:22 PM, Ronny Pfannschmidt <
> ronny.pfannschm...@gmx.de> wrote:
>
>> then i dont quite get why you want to use rpython - pypy+jit should do
>>
>>>
>>>
> Ok let me rephrase that, because I fear it might not have been clear. By
> saying that I do not plan to write an operating system I mean that the
> resulted binary will not offer facilities to other programs(the common
> meaning of an operating system). On the other hand, by running on baremetal
> I mean that there will not actually be any operating system around to offer
> support and all code needs to be in binary form so that it can run. So yes,
> you can say that the resulting binary will be an operating system that will
> be aimed of doing a single task(in this case running various python
> benchmarks).
>
> --
> Sincerely,
> Razvan Ghitulete
> Universitatea Politehnica Bucuresti
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> http://mail.python.org/mailman/listinfo/pypy-dev
>
>


-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to