[pypy-svn] r23121 - in pypy/dist/pypy/jit: . test

arigo at codespeak.net arigo at codespeak.net
Tue Feb 7 19:57:29 CET 2006


Author: arigo
Date: Tue Feb  7 19:57:27 2006
New Revision: 23121

Added:
   pypy/dist/pypy/jit/hinttimeshift.py
      - copied, changed from r23113, pypy/dist/pypy/jit/hintrtyper.py
   pypy/dist/pypy/jit/test/test_hint_timeshift.py
      - copied, changed from r23113, pypy/dist/pypy/jit/test/test_hint_rtyping.py
Removed:
   pypy/dist/pypy/jit/hintrconstant.py
   pypy/dist/pypy/jit/hintrtyper.py
   pypy/dist/pypy/jit/test/test_hint_rtyping.py
Log:
(pedronis, arigo)

Introduce hinttimeshift.HintTimeshift. The kind of transformations needed to produce
the generating graphs from hint annotations are more global and more generic,
than the usual rtyping process. HintTimeshift logic will implement them. Just started for now.





More information about the Pypy-commit mailing list