emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

Micro-optimize emscripten_request_animation_frame_loop()

Open juj opened this issue 1 year ago • 0 comments

Micro-optimize emscripten_request_animation_frame_loop(): the return type is void, so avoid redundant return, and hoist the getWasmTableEntry() call to occur only once up front.

juj avatar Sep 04 '24 18:09 juj