Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy


Commits:
087aba06 by Yusuke Izawa at 2021-09-08T00:48:42+09:00
Removed tltc, copied and modified tla for threaded code gen

--HG--
branch : threaded-code-generation

- - - - -
1a935a15 by Yusuke Izawa at 2021-09-08T00:49:04+09:00
Resolve translation error

--HG--
branch : threaded-code-generation

- - - - -
f00cf562 by Yusuke Izawa at 2021-09-08T00:58:43+09:00
This causes an error on heap optimization

--HG--
branch : threaded-code-generation

- - - - -


8 changed files:

- rpython/jit/metainterp/compile.py
- rpython/jit/metainterp/optimizeopt/tracesplit.py
- rpython/jit/metainterp/pyjitpl.py
- rpython/jit/metainterp/test/test_threaded_code.py
- + rpython/jit/tl/threadedcode/frame.py
- + rpython/jit/tl/threadedcode/targettla.py
- rpython/jit/tl/threadedcode/test_tltc.py → 
rpython/jit/tl/threadedcode/test_tla.py
- rpython/jit/tl/threadedcode/tltc.py → rpython/jit/tl/threadedcode/tla.py


View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/538a0c5105038c076a6ed8c70d7558a66937164d...f00cf5620a1c0fe21d10b3509511689ee9f85976

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/538a0c5105038c076a6ed8c70d7558a66937164d...f00cf5620a1c0fe21d10b3509511689ee9f85976
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