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