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
[release/9.0] [mono] Make the compressed interface bitmap feature usable (#120154)
* [mono][metadata] Enable compressed interface bitmap by default (#119694)
* [mono][metadata] Enable compressed interface bitmap by default
* Fix build on windows
* Fix publishing of compressed bitmap
Before this commit we were doing changes on the published data which is problematic for multithreaded environments. We ensure the bitmap is fully processed before publishing it so that we can rely on the data dependency memory ordering constraint for correctness.
* [mono] Enable configuration at runtime of the compressed interface bitmap feature (#119881)
* Add option to configure use of compressed interface bitmaps
This optimization is disabled by default. Enable it with `MONO_COMPRESSED_INTERFACE_BITMAP=1`
* Add support for detecting mismatch with aot images
0 commit comments