Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize MethodTable on both sides of
==
(#87238)
Optimizes `typeof(Foo) == typeof(Bar)` for both sides. This is necessary to get `System.Double` MethodTable from hello world again. I tried to write a test for this but I wasn't able to come up with something in 10 minutes so I gave up. It seems to require interactions of several things to actually trigger the size bloat without this extra optimization. But this does fix the `Double` case.
- Loading branch information