[pypy-commit] [Git][pypy/pypy][branch/default] all these optimize_* functions that just call "emit" are pointless, because the

2022-07-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
600cb49d by Carl Friedrich Bolz-Tereick at 2022-07-06T11:17:33+02:00
all these optimize_* functions that just call "emit" are pointless, 
because the
default behaviour is to just call emit

- - - - -


1 changed file:

- rpython/jit/metainterp/optimizeopt/intbounds.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/600cb49d19f92b92669b83b0397ca87e8fd7868b

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/600cb49d19f92b92669b83b0397ca87e8fd7868b
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/default] add more natural arities

2022-07-06 Thread Maciej Fijalkowski (@fijal)


Maciej Fijalkowski pushed to branch branch/default at PyPy / pypy


Commits:
4859d00f by fijal at 2022-07-06T12:25:39+02:00
add more natural arities

- - - - -


2 changed files:

- pypy/module/fcntl/interp_fcntl.py
- rpython/rlib/rposix.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/4859d00f1fd01595f599909c286722e6c82db568

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/4859d00f1fd01595f599909c286722e6c82db568
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/default] do more name mangling for cpytext so untranslated tests on a pypy2 host run

2022-07-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
eedd062b by Matti Picus at 2022-07-06T17:51:10+03:00
do more name mangling for cpytext so untranslated tests on a pypy2 host run

- - - - -


5 changed files:

- pypy/module/cpyext/api.py
- pypy/module/cpyext/src/intobject.c
- pypy/module/cpyext/src/object.c
- pypy/module/cpyext/src/tupleobject.c
- pypy/module/cpyext/test/test_ndarrayobject.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/eedd062bb6e1fe392f1757e4605a6299a011606c

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/eedd062bb6e1fe392f1757e4605a6299a011606c
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/default] back out e64d144190c4, test no longer hangs

2022-07-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
d5e73b32 by Matti Picus at 2022-07-06T18:07:33+03:00
back out e64d144190c4, test no longer hangs

- - - - -


1 changed file:

- pypy/module/signal/test/test_signal.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/d5e73b3265c598cd7c80565a4b576a92e8209b0f

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/commit/d5e73b3265c598cd7c80565a4b576a92e8209b0f
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: micro-optimize .next() to not allocate quite so many intermediate lists, it

2022-07-06 Thread Carl Friedrich Bolz-Tereick (@cfbolz)


Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
5e8d5052 by Carl Friedrich Bolz-Tereick at 2022-07-06T21:10:15+02:00
micro-optimize .next() to not allocate quite so many intermediate lists, it
appears relatively high in the profile of optimizeopt

- - - - -
c9a9f046 by Carl Friedrich Bolz-Tereick at 2022-07-06T21:11:07+02:00
only put OptimizationResults into the list for callbacks if the callback would
actually *do* anything

- - - - -


9 changed files:

- rpython/jit/metainterp/opencoder.py
- rpython/jit/metainterp/optimizeopt/heap.py
- rpython/jit/metainterp/optimizeopt/intbounds.py
- rpython/jit/metainterp/optimizeopt/optimizer.py
- rpython/jit/metainterp/optimizeopt/pure.py
- rpython/jit/metainterp/optimizeopt/rewrite.py
- rpython/jit/metainterp/optimizeopt/util.py
- rpython/jit/metainterp/optimizeopt/virtualize.py
- rpython/jit/metainterp/optimizeopt/vstring.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d5e73b3265c598cd7c80565a4b576a92e8209b0f...c9a9f046176ae2415706373d7a878bdb516afedf

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/d5e73b3265c598cd7c80565a4b576a92e8209b0f...c9a9f046176ae2415706373d7a878bdb516afedf
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com


[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: mangle another name in cpyext

2022-07-06 Thread Matti Picus (@mattip)


Matti Picus pushed to branch branch/default at PyPy / pypy


Commits:
ab9cd9e7 by Matti Picus at 2022-07-07T08:02:25+03:00
mangle another name in cpyext

- - - - -
6cd20a20 by Matti Picus at 2022-07-07T09:10:08+03:00
patch openssl 1.1.1q for issue openssl/openssl/#18720

- - - - -


2 changed files:

- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/module/cpyext/src/missing.c


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/c9a9f046176ae2415706373d7a878bdb516afedf...6cd20a20aff6b10adc144578826c85862bc3f1cf

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/c9a9f046176ae2415706373d7a878bdb516afedf...6cd20a20aff6b10adc144578826c85862bc3f1cf
You're receiving this email because of your account on foss.heptapod.net.


___
pypy-commit mailing list -- pypy-commit@python.org
To unsubscribe send an email to pypy-commit-le...@python.org
https://mail.python.org/mailman3/lists/pypy-commit.python.org/
Member address: arch...@mail-archive.com