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
Optimize the way we detect intrinsic - instead of switch on every referenced method, look these up upfront and build annotation cache
Investigate a better way to compute annotations - currently done per-type (so referencing one thing on a type forces full annotation cache to be build for the entire type). Can we do it more incrementally?
The text was updated successfully, but these errors were encountered:
Redoing the change mentioned in dotnet/linker#999. We still need the BCL package, but only when building for mono.
Commit migrated from dotnet/linker@9d407c5
StackSlot
a struct, or eliminateStackSlot
by replacing it withValueNode
.Activator. CreateInstance(cond ? typeof(Foo) : typeof(Bar))
).The text was updated successfully, but these errors were encountered: