Message304317
FWIW, a Psyco-level JIT compiler can support reads from locals() or f_locals, but writes are harder. The need to support writes would likely become another hard step on the way towards adding some simple JIT support to CPython in the future, should you decide you ever want to go that way. (It is not a problem for PyPy but PyPy is not a simple JIT.) Well, I guess CPython is not ever going down that path anyway. |
|
Date |
User |
Action |
Args |
2017-10-13 07:39:39 | arigo | set | recipients:
+ arigo, gvanrossum, ncoghlan, belopolsky, vstinner, benjamin.peterson, njs, xdegaye, Mark.Shannon, yselivanov, xgdomingo |
2017-10-13 07:39:39 | arigo | set | messageid: <1507880379.45.0.213398074469.issue30744@psf.upfronthosting.co.za> |
2017-10-13 07:39:39 | arigo | link | issue30744 messages |
2017-10-13 07:39:39 | arigo | create | |
|