Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: make minor performance improvement
The call to uv_handle_get_loop() is not inlined, and adds a callq instruction to simply return a pointer. Instead return the pointer directly and save an instruction.
- Loading branch information