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
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