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
I have a feeling that DoppioJVM is yielding to the JavaScript event loop far more often than needed, which limits its throughput / execution speed. This concern will be more pronounced as we progress from a pure interpreter.
I should write in some debugging support for when we yield, and investigate program sources where we yield the most.
The text was updated successfully, but these errors were encountered:
I have a feeling that DoppioJVM is yielding to the JavaScript event loop far more often than needed, which limits its throughput / execution speed. This concern will be more pronounced as we progress from a pure interpreter.
I should write in some debugging support for when we yield, and investigate program sources where we yield the most.
The text was updated successfully, but these errors were encountered: