strayacode/yuugen

First compilation stutter in Jit

Closed this issue · 1 comments

Causes compile times to be very long.
image
Based on this profile, it seems that calling sys_icache_invalidate for every code block we compile impacting performance alot. We should seek to find a solution which doesn't require sys_icache_invalidate to be called every time

Fixed in 7cdd56c