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"

This entry was posted in Blog, Inferno OS, Raspberry Pi, Research. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>