dotnet / corert

This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
http://dot.net
MIT License
2.91k stars 508 forks source link

Support for arrays with non-zero lower bounds #2245

Open MichalStrehovsky opened 7 years ago

MichalStrehovsky commented 7 years ago

Low priority. Not exposed from any of the mainstream .NET languages.

The work would likely span:

DemiMarie commented 7 years ago

What is the purpose of this?

jkotas commented 7 years ago

.NET Framework and .NET Core on CoreCLR support them today for historic reasons. It is very rarely used feature; it may never get done for CoreRT. That's why it is tagged with P2 tag.