K 10 svn:author V 3 dbn K 8 svn:date V 27 2014-12-07T16:34:44.087585Z K 7 svn:log V 808 Update lang/pypy-devel to 2.4.0. Release update for further testing by community. Change Log: - Reduced internal copying of bytearray operations - Tweak the internal structure of StringBuilder to speed up large string handling, which becomes advantageous on large programs at the cost of slightly slower small benchmark type programs. - Move to a mixed polling and mutex GIL model that make mutlithreaded jitted code run much faster - Remove ctypes pythonapi and ctypes.PyDLL, which never worked on PyPy - Fix performance regression on ufunc(, ) in numpy - Classes in the ast module are now distinct from structures used by the compiler, which simplifies and speeds up translation of our source code to the PyPy binary interpreter - Upgrade stdlib from 2.7.5 to 2.7.8 END