I've being working on a simple VM in RPython, translating it using Pypy to inspect JIT traces:
python ./.pypy/rpython/translator/goal/translate.py --opt=jit ${PWD}/src/awk_vm/awk_vm.py
But when I run my translated program, I don't get anything in logs:
$ PYPYLOG=jit-log-opt:./log/awk_vm_loops.logfile ./awk_vm-c ./programs/awk/loops.awk
I can't see what I am doing differently from PyPy tutorials
Here's my PyPy tutorial code.
Any help would be appreciated :)
Updateed my git release with the artefact and the shell cmd - https://github.com/Pavel-Durov/pypy.meta.tracing/releases/tag/0.0.3