RyuJIT: Optimze Type.GetType("type id str") to type handle #31974
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
optimization
untriaged
New issue has not been triaged by the area owner
I wonder if it makes sense in RyuJIT to optimize things like
to a runtime equivalent of :
Once #1378 is merged there will be
getStringLiteral
API for ldstr tokens.Example: Environment.Unix.cs (on tier1 compilation most assemblies/types most likely will be already known/loaded, e.g. via the same code but on tier0 🙂)
Or this is how we detect mono runtime:
/cc @jkotas @MichalStrehovsky
The text was updated successfully, but these errors were encountered: