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
[mono] Cleanup unused code and remove sparc and mips architectures (#67503)
* Remove linux_magic.h
* Remove dead files
* Remove remap_keys() in assembly.c
It is no longer needed.
* Remove mono_dump_jit_offsets/mono_dump_metadata_offsets
It was actually producing incorrect code, see mono/mono#13689
This wasn't noticed because we're generating the offsets file via offsets-tool.py and that uses the correct target.platform_define which is passed to the script.
The code in metadata-cross-helpers.c was only used as a verification helper but I don't think it has enough value to keep.
* Remove leftover code from Mono.Simd
* Remove leftover code from Mono.Tasklets
* Remove unused functions in mono-proclib.c
* Remove sparc and mips architecture
* Disable the Vector4 SIMD fix, it causes an issue
See #67762
0 commit comments