Skip to content

Commit

Permalink
Extend preinitialization interpreter (#92470)
Browse files Browse the repository at this point in the history
Things that I added:

* Support for `typeof(T) == typeof(Bar)` (this will be useful later, we'll eventually be able to also freeze these).
* Support static interface method calls
* Constrained method calls on valuetypes
* More `ReadOnlySpan` construction patterns, `.Length`
* More indirect load/store support

Contributes to #78681. To full resolve this, we need to fix up things so we can answer `Sse2.IsSupported`.
  • Loading branch information
MichalStrehovsky authored Sep 27, 2023
1 parent 8e76039 commit 43f236d
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 24 deletions.
Loading

0 comments on commit 43f236d

Please sign in to comment.