You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to run this without instructions limit, and do reschedule in code hook, it's super fast. But if I do like above, the performance drops are noticeable, especially when the emulated system enters a big loop.
It's not my reschedule that's slow, because there is another JIT backend I use, that although slower than Unicorn in general, but it keeps the cache and suprass Unicorn in loop situation.
So does Unicorn still keep cache after uc_emu_start done?
TLDR: Unicorn is slow when restarting continously. I want to ask if Unicorn stills keep cache after uc_emu_start done.
I'm happy to provide more information. Thanks.
Note: The build I'm using is release build on the web, but this question still relevant to master branch on github.
The text was updated successfully, but these errors were encountered:
Context:
If I try to run this without instructions limit, and do reschedule in code hook, it's super fast. But if I do like above, the performance drops are noticeable, especially when the emulated system enters a big loop.
It's not my reschedule that's slow, because there is another JIT backend I use, that although slower than Unicorn in general, but it keeps the cache and suprass Unicorn in loop situation.
So does Unicorn still keep cache after uc_emu_start done?
TLDR: Unicorn is slow when restarting continously. I want to ask if Unicorn stills keep cache after uc_emu_start done.
I'm happy to provide more information. Thanks.
Note: The build I'm using is release build on the web, but this question still relevant to master branch on github.
The text was updated successfully, but these errors were encountered: