Our guidance for managed->native calls that need FCall-like performance and are very small is to use QCalls with the SupressGCTransitionAttribute attribute. However, the current QCall contract and check macros assert that the GC mode transitions.
We should provide additional contract/check macros for “suppress GC transition + QCall” method implementations to simplify specifying contracts.