Python Processor

John Nagle nagle at animats.com
Wed Aug 26 15:30:05 EDT 2009


Terry Reedy wrote:
> manish wrote:
>> Hi,
>>
>> I am also wondering about how to implement a soft core reconfigurable 
>> processor in a FPGA
>> which 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



More information about the Python-list mailing list