Re: [pypy-dev] Static bytecode instruction optimization and pypy (JIT?) optimization

2017-07-10 Thread Rocky Bernstein
Yes, that's true, but I believe that such decisions should offered to the programmers rather than dictated. There is also a whole other discussion on * how/where optimizations/transformations could be recorded * how tracebacks could be handled * debugging optimized code But here I wanted to foc

Re: [pypy-dev] Static bytecode instruction optimization and pypy (JIT?) optimization

2017-07-10 Thread William ML Leslie
On 10 July 2017 at 11:10, Rocky Bernstein wrote: > In looking at Python bytecode over the years, I've noticed that it does very > little to no traditional static-compiler optimization. Specifically: > > > Yes, over the years more compiler optimization has been done but it's still > pretty sparse.