Maciej Fijalkowski
Maciej Fijalkowski
There was a requirement to have a tool that would turn jitlog into the old text format in case things go wrong. It plain does not work for several reasons:...
Would be really cool if we can display the target call_assembler (function for example)
When we call redirect_call_assembler (redirecting from tmp token to something else) we don't record the information "by the way this got updated". This leaves us with call_assembler that cannot be...
main.py does not deal well with stuff like import errors (even from core), lack of main() function, undeclared variable and a myriad of other RPython-level exceptions. Improve.
The messages on W_Root are too generic "expecting an int". They should be less passive agressive, like "expecting an int, but got xxxx"
So two separate points: - disable those completely for CPython - actually make them reported in PyPy to some extent
"just red" seems to be not very interesting. We can think about what we want to convey