New issue 2443: Hyperblock scheduling
https://bitbucket.org/pypy/pypy/issues/2443/hyperblock-scheduling

DemiMarie:

PyPy has poor performance on workloads with a large number of unbiased 
branches, due to poor inter-trace optimizations.

Hyperblock scheduling solves this problem by merging several traces into a 
single combined trace.  See [LuaJIT's issue 
37](https://github.com/LuaJIT/LuaJIT/issues/37) for more information.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to