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
New unit test System.Runtime.InteropServices.JavaScript.Tests.JavaScriptTests
showing that it takes 1000 calls to JS to expose un-initialised out int something argument on icall.
Only when in Release and with [MethodImpl(MethodImplOptions.AggressiveInlining)]
Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.
Issue Details
New unit test System.Runtime.InteropServices.JavaScript.Tests.JavaScriptTests
showing that it takes 1000 calls to JS to expose un-initialised out int something argument on icall.
Only when in Release and with [MethodImpl(MethodImplOptions.AggressiveInlining)]
New unit test
System.Runtime.InteropServices.JavaScript.Tests.JavaScriptTests
showing that it takes 1000 calls to JS to expose un-initialised
out int something
argument on icall.Only when in Release and with
[MethodImpl(MethodImplOptions.AggressiveInlining)]
Repro #71387
log trace
Note the change of the pointer on the last line.
The text was updated successfully, but these errors were encountered: