What is the situation with alignment of arrays in Mono implementation of CLR? Are they guaranteed to be naturally aligned on all platforms? If no, on which platforms it is safe to assume natural alignment of CLR-managed arrays?
There are two related questions on SO:
Alignment of arrays in .NET where the answer describes alignment guarantees of ECMA-335 standard
Are arrays in .NET naturally aligned? where the answer described alignment guarantees of Microsoft .Net framework
I am looking for similar information on Mono framework.