Replies: 1 comment
-
|
@fdarling I assume that the virtual machine, once re-run, should resume execution from the point where it was interrupted. So you're talking about something more advanced than #352. No such functionality in Umka so far. If it's crucial for your project, file a new issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a question: is it possible for the Umka virtual machine to simulate running a piece of code, but interrupting early when a cycle limit is hit? This way there can be bounded time to "advance" the state of the virtual machine, giving you an opportunity to service other tasks in the calling C/C++ code.
Most scripting languages do not support this, the exception being AngelScript...
Let me know!
Beta Was this translation helpful? Give feedback.
All reactions