Hello,

I am in need of a little assistance. I am thinking of writing a language in
RPython. Now, here is what I want:

-Polymorphism(C++) without pointers, i.e., Derived can be implicitly cast
to Base

I am thinking of picking RPython because of the JIT. However, I am worried
about the speed. I know the JIT PyPy generates is fast, but if it's the
same speed as PyPy itself, someone would easily pick PyPy or Topaz or the
like.

My question is: For a somewhat statically-typed language like I am
planning, are there any extra optimizations I could add to make the JIT
work faster? Since the variables have types, I was thinking there might be
a way to make it work faster.

Thanks in advance!

-- 
Ryan
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to