You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what it seems currently the JIT doesn't expose a way to request a method to be compiled in a specific tier, so this idea will most likely have to be put on hold until they expose an API for it.
You can mark a method with [MethodImpl(MethodImplOptions.AggressiveOptimisation)] as a workaround for now to force it to compile with the highest tier.
Currently, enabling "Tiered JIT" will only show you the first tier of the tiered JIT.
It'd be handy to be able to choose the tier you want to inspect.
The text was updated successfully, but these errors were encountered: