[pypy-dev] How can I retrieve target-level language's bytecode in functions of JitHookInterface?

2016-05-04 Thread 黄若尘
Hi all, My name is Ruochen Huang, I’m developing an Erlang bytecode virtual machine called Pyrlang. Recently I’m trying to apply a new tracing JIT policy to Pyrlang, I found there are some traces that were too long and therefore aborted by JIT according to rpython’s JIT log. In order to find

Re: [pypy-dev] How can I retrieve target-level language's bytecode in functions of JitHookInterface?

2016-05-04 Thread Armin Rigo
Hi Ruochen, On 5 May 2016 at 08:17, 黄若尘 wrote: > Recently I’m trying to apply a new tracing JIT policy to Pyrlang, I found > there are some traces that were too long and therefore aborted by JIT > according to rpython’s JIT log. You can find them without using JitHookInterface: jitdriver