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.


_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to