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
* [10.0/preview-2] JIT: disable array stack allocation
Preview 2 is missing an important fix for stack-allocated arrays of GC types: #112711.
This can lead to unexpected crashes in jitted code.
Disable array stack allocation to work around this.
* adjust test case
0 commit comments