I decided to have a look at the problem of speed – it is really visible that inferno os on raspberry is slow. My fisrt opinion was about probably disabled caches, but I was wrong – it works fine.
After keeping searching I realized that Inferno-Rpi is actually has JIT off. Oops!
That is controlled by “int cflag =0” in rpi config, which was copied from I guess “ipiaq” config or similar. So I never had doubt that dis runs in the interpretation mode.
But when cflag was set to “1”, then it just crashes… Mabt exception on Arm, so looks like generated code is probably does not fit something or…
JIT is off
I decided to have a look at the problem of speed – it is really visible that inferno os on raspberry is slow. My fisrt opinion was about probably disabled caches, but I was wrong – it works fine.
After keeping searching I realized that Inferno-Rpi is actually has JIT off. Oops!
That is controlled by “int cflag =0” in rpi config, which was copied from I guess “ipiaq” config or similar. So I never had doubt that dis runs in the interpretation mode.
But when cflag was set to “1”, then it just crashes… Mabt exception on Arm, so looks like generated code is probably does not fit something or…
Anyway need to do some further research.
[Fdisk] Broken: "sys: trap: fault pc=0106cf90"