Thanks, Radnen!
By the way, if
Good luck!
By the way, if
image, blit, or FlipScreen in your test code above are global (as opposed to being local variables in a function), try rerunning the tests with V8ScriptEngineFlags.DisableGlobalMembers. The GlobalMembers feature is expensive even when not used and should always be disabled in performance-critical applications.Good luck!