Terry Reedy wrote:
manish wrote:Hi,I am also wondering about how to implement a soft core reconfigurable processor in a FPGAwhich would directly execute the compiled python bytecode.
It probably wouldn't help much. CPython's performance problems
come from excessive dictionary lookups, not from instruction decode.
John Nagle
--
http://mail.python.org/mailman/listinfo/python-list
