[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] 2 commits: added dict to store dispatcher classes for each loop token, would be nice to...

muke 101 foss at heptapod.net
Tue Mar 9 07:20:24 EST 2021



muke 101 pushed to branch branch/llvm-jit-backend-experimental at PyPy / pypy


Commits:
d4fe9b3e by muke101 at 2021-03-07T08:47:47+00:00
added dict to store dispatcher classes for each loop token, would be nice to set as an attribute of the looptoken class though

--HG--
branch : llvm-jit-backend-experimental

- - - - -
0726b273 by muke101 at 2021-03-09T12:19:43+00:00
added code in jit_compile to populate looptoken attributes for use by make_execute_token, added some additional state storing to allow use by loops and bridges transparantly

--HG--
branch : llvm-jit-backend-experimental

- - - - -


4 changed files:

- rpython/jit/backend/llvm/assembler.py
- rpython/jit/backend/llvm/llvm_api.py
- rpython/jit/backend/llvm/llvm_parse_ops.py
- rpython/jit/backend/llvm/runner.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/37902f557fcf364eb5936b66074925c088cb9b28...0726b273b96572dc571673e845ef8133e71cebdd

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20210309/1c67142a/attachment.html>


More information about the pypy-commit mailing list