[pypy-commit] pypy py3.5-sendmsg-recvmsg: Fixed x86 32bit translation error and the multiprocessing_forkserver

2017-08-04 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: py3.5-sendmsg-recvmsg Changeset: r92069:318fcd21d1de Date: 2017-08-04 12:27 +0300 http://bitbucket.org/pypy/pypy/changeset/318fcd21d1de/ Log:Fixed x86 32bit translation error and the multiprocessing_forkserver diff --git a/rpytho

[pypy-commit] pypy py3.5-sendmsg-recvmsg: Sendmsg and recvmsg implemented. Some test fail. Some mem leaks

2017-07-18 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: py3.5-sendmsg-recvmsg Changeset: r91915:4396f9d022d5 Date: 2017-07-18 11:25 +0300 http://bitbucket.org/pypy/pypy/changeset/4396f9d022d5/ Log:Sendmsg and recvmsg implemented. Some test fail. Some mem leaks diff --git a/pypy/module/_

[pypy-commit] pypy Enable_PGO_for_clang: Enable PGO for CLang

2017-07-18 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: Enable_PGO_for_clang Changeset: r91916:10da3d6507ca Date: 2017-06-14 13:33 +0300 http://bitbucket.org/pypy/pypy/changeset/10da3d6507ca/ Log:Enable PGO for CLang diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/g

[pypy-commit] pypy py3.5-sendmsg-recvmsg: Tests in regrtest/test_socket pass successfully. Memory leaks fixed

2017-07-26 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: py3.5-sendmsg-recvmsg Changeset: r91972:aaa84a0a699e Date: 2017-07-26 13:59 +0300 http://bitbucket.org/pypy/pypy/changeset/aaa84a0a699e/ Log:Tests in regrtest/test_socket pass successfully. Memory leaks fixed diff --git a/pypy/

[pypy-commit] pypy py3.5-sendmsg-recvmsg: Fix for the test_EINTR errors on sendmsg and recvmsg

2017-08-01 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: py3.5-sendmsg-recvmsg Changeset: r92014:a8d5fdebbce7 Date: 2017-08-01 16:11 +0300 http://bitbucket.org/pypy/pypy/changeset/a8d5fdebbce7/ Log:Fix for the test_EINTR errors on sendmsg and recvmsg diff --git a/pypy/module/_

[pypy-commit] pypy py3.5-sendmsg-recvmsg: Simplified the sendmsg_w function in interp_socket

2017-08-08 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: py3.5-sendmsg-recvmsg Changeset: r92110:59c1cbda22f6 Date: 2017-08-08 14:34 +0300 http://bitbucket.org/pypy/pypy/changeset/59c1cbda22f6/ Log:Simplified the sendmsg_w function in interp_socket diff --git a/pypy/module/_

[pypy-commit] pypy py3.5-sendmsg-recvmsg: Corrected sendmsg & recvmsg. Thanks Ronan Lamy

2017-08-07 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: py3.5-sendmsg-recvmsg Changeset: r92108:528a9fe09ebd Date: 2017-08-07 17:27 +0300 http://bitbucket.org/pypy/pypy/changeset/528a9fe09ebd/ Log:Corrected sendmsg & recvmsg. Thanks Ronan Lamy diff --git a/pypy/module/_socket/interp_so

[pypy-commit] pypy PyPy_profopt_enabled: Profopt option now can come paired with --profoptpath to specify the training workload

2017-05-24 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: PyPy_profopt_enabled Changeset: r91401:b5c11d10c249 Date: 2017-05-15 15:24 +0300 http://bitbucket.org/pypy/pypy/changeset/b5c11d10c249/ Log:Profopt option now can come paired with --profoptpath to specify the training workload

[pypy-commit] pypy PyPy_profopt_enabled: PyPy 5.8.0 functional profopt. Precleanup

2017-05-24 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: PyPy_profopt_enabled Changeset: r91398:8fe61093e999 Date: 2017-05-03 13:23 +0300 http://bitbucket.org/pypy/pypy/changeset/8fe61093e999/ Log:PyPy 5.8.0 functional profopt. Precleanup diff --git a/pypy/goal/targetpypystandalone.py

[pypy-commit] pypy PyPy_profopt_enabled: PyPy-5.8.0-Profopt-enabled-postclean

2017-05-24 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: PyPy_profopt_enabled Changeset: r91400:ee2fb3e0d9b6 Date: 2017-05-04 09:46 +0300 http://bitbucket.org/pypy/pypy/changeset/ee2fb3e0d9b6/ Log:PyPy-5.8.0-Profopt-enabled-postclean diff too long, truncating to 2000 out of 284978 lines

[pypy-commit] pypy PyPy_profopt_enabled: PyPy-5.8.0-Profopt-enabled-postclean

2017-05-24 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: PyPy_profopt_enabled Changeset: r91399:f1aa2fc615ef Date: 2017-05-04 09:38 +0300 http://bitbucket.org/pypy/pypy/changeset/f1aa2fc615ef/ Log:PyPy-5.8.0-Profopt-enabled-postclean diff --git a/pypy/goal/targetpypystandalone.py b/pyp

[pypy-commit] pypy pypy_ctypes_nosegfault_nofastpath: Removed test_segfault.py. The test was in test_functions.py in test_argument_conversion_and_checks

2017-05-19 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: pypy_ctypes_nosegfault_nofastpath Changeset: r91343:5823134aebb6 Date: 2017-05-19 15:40 +0300 http://bitbucket.org/pypy/pypy/changeset/5823134aebb6/ Log:Removed test_segfault.py. The test was in test_functi

[pypy-commit] pypy pypy_ctypes_nosegfault_nofastpath: fixed ctypes segfault by removing fastpath. Test in test_segfault.py

2017-05-19 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: pypy_ctypes_nosegfault_nofastpath Changeset: r91341:96435a57d046 Date: 2017-05-18 17:27 +0300 http://bitbucket.org/pypy/pypy/changeset/96435a57d046/ Log:fixed ctypes segfault by removing fastpath. Test in test_segfault.py diff

[pypy-commit] pypy pypy_ctypes_nosegfault_nofastpath: Test_segfault.py now throws ctypes.ArgumentError

2017-05-19 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: pypy_ctypes_nosegfault_nofastpath Changeset: r91342:a0c92b42599a Date: 2017-05-19 10:43 +0300 http://bitbucket.org/pypy/pypy/changeset/a0c92b42599a/ Log:Test_segfault.py now throws ctypes.ArgumentError diff --git a/pypy/module/test_li

[pypy-commit] pypy py3.5-sendmsg-recvmsg: Fixed code formatting issues. Thanks rlamy!

2017-08-30 Thread Dodan
Author: Dodan Mihai <mihai.do...@gmail.com> Branch: py3.5-sendmsg-recvmsg Changeset: r92282:7d4e4f3183e5 Date: 2017-08-30 15:17 +0300 http://bitbucket.org/pypy/pypy/changeset/7d4e4f3183e5/ Log:Fixed code formatting issues. Thanks rlamy! diff --git a/pypy/module/_socket/interp_socket