rust-objc icon indicating copy to clipboard operation
rust-objc copied to clipboard

Faster `msg_send!`

Open madsmtm opened this issue 3 years ago • 0 comments

Builds upon https://github.com/SSheldon/rust-objc/pull/99, so merge that first.

I've heard claims that the objc_msgSend-part of msg_send is not zero-cost (see fruity index), so this is my attempt at investigating this

madsmtm avatar Jun 03 '21 14:06 madsmtm