Re: [Python-Dev] Is there a reference manual for Python bytecode?

2015-12-28 Thread Sturla Molden
Brett Cannon wrote: > Ned also neglected to mention his byterun project which is a pure Python > implementation of the CPython eval loop: href="https://github.com/nedbat/byterun";>https://github.com/nedbat/byterun I would also encourage you to take a look at Numba. It is an LLVM based JIT compi

Re: [Python-Dev] Is there a reference manual for Python bytecode?

2015-12-28 Thread Nick Coghlan
On 28 December 2015 at 11:00, Erik wrote: > On 28/12/15 00:41, Guido van Rossum wrote: >> >> Can you show the diffs you have so far? Somebody's got to look at your >> code. > > Sounds like it's not a well-known symptom then. The symptom is well known (at least to folks that have worked on the com