[pypy-commit] [Git][pypy/pypy][branch/llvm-jit-backend-experimental] 2 commits: added assembler class and separated llvm api functions into new class, ...

muke 101 foss at heptapod.net
Sat Feb 27 18:33:55 EST 2021



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


Commits:
9d6f8256 by muke101 at 2021-02-27T22:47:00+00:00
added assembler class and separated llvm api functions into new class, implemented JIT_compile in assembler class to attatch compiled loop token to given loop token

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

- - - - -
8779e3b8 by muke101 at 2021-02-27T23:33:18+00:00
created op dispatch function to loop over input args and operations and build IR in a programatic way - only handles two opcodes so far

--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/runner.py
- rpython/jit/backend/test/runner_test.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/compare/30c40374f4f29d691f423a7b09fc293a0df286b4...8779e3b822cc04733b1e11ef9c8061c36f86b50f

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/30c40374f4f29d691f423a7b09fc293a0df286b4...8779e3b822cc04733b1e11ef9c8061c36f86b50f
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/20210227/aab1c851/attachment.html>


More information about the pypy-commit mailing list