Function pointers and GC #37262
Labels
area-System.Runtime.InteropServices
question
Answer questions and provide assistance, not an issue with source code or documentation.
untriaged
New issue has not been triaged by the area owner
C# is getting functions pointers.
I checked what code is generated for them.
For PInvoke calls JIT adds a check for parking the threads executing managed code.
For callis it doesn't do anything special.
What are possible implications? Can calling an external method via calli in a loop, for example, delay GC?
The text was updated successfully, but these errors were encountered: