Change ReadOnlySpan indexer to return ref readonly (#14727)
authorAhson Khan <ahkha@microsoft.com>
Fri, 15 Dec 2017 02:24:05 +0000 (18:24 -0800)
committerGitHub <noreply@github.com>
Fri, 15 Dec 2017 02:24:05 +0000 (18:24 -0800)
commit1ec48880ab3785bbcd4b0bf157afdeee1f34f9fe
tree0a195a34ef44161275e16d5f8969083d48732d4d
parent9576b24e491b8a28442dec2696b862dcb29ddc25
Change ReadOnlySpan indexer to return ref readonly (#14727)

* Change ReadOnlySpan indexer to return ref readonly.

Update JIT to handle changes to ReadOnlySpan indexer

Resolving merge conflict and fixing jit importer

Update ReadOnlySpan Enumerator Current to use indexer.

Removing readonly keyword.

* Temporarily disabling Span perf and other tests that use ReadOnlySpan

* Isolating the ref readonly indexer change only to CoreCLR for now.

Reverting the change to Enumerator Current for now

Fix file formatting

Enable Alpine CI (#15502)

* Enable Alpine CI

This enables Alpine CI leg on every PR using the pipelines.

compare type size instead of var_types

get rid of TYP_CHAR

Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathF

Updating the PAL layer to support acosh, asinh, atanh, and cbrt

Adding some PAL tests for acosh, asinh, atanh, and cbrt

Adding valuenum support for acosh, asinh, atanh, and cbrt

Lsra Documentation

Update LinearScan section of ryujit-overview.md, and add lsra-detail.md

Refactor Unsafe.cs to get it more in sync with CoreRT. (#15510)

* Refactor Unsafe.cs to get it more in sync with CoreRT.

* Format the document.

* Unifying the copies of Unsafe using ifdefs

* Change exception thrown to PlatformNotSupportedException

* Addressing PR feedback and moving Unsafe to shared.

* Addressing PR feedback

* Addressing PR review - adding intrinsic attribute

Update CoreClr, CoreFx to preview1-26014-01, preview1-26013-12, respectively (#15513)

Revert "Add optional integer offset to OwnedMemory Pin (#15410)"

This reverts commit 8931cfa4ebe94f57698b4c1b3ab5689cd467cb8e.

Get rid of old -altjitcrossgen argument now that CI has been updated

Merge pull request dotnet/corert#5109 from dotnet/nmirror (#15518)

Merge nmirror to master

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through four callbacks (#14982)""

Fix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens mostly in comments except lsra.cpp.

Update CoreClr, CoreFx, PgoData to preview1-26014-04, preview1-26014-03, master-20171214-0043, respectively (#15520)

* Disabling a test that uses ReadOnlySpan indexer

* Temporarily disabling the superpmi test and fixing nit

* Remove debug statements.
src/inc/corinfo.h
src/jit/importer.cpp
src/mscorlib/shared/System/ReadOnlySpan.cs
tests/src/CoreMangLib/system/span/BasicSpanTest.cs
tests/src/JIT/CheckProjects/CheckProjects.cs
tests/src/JIT/Performance/CodeQuality/Span/Indexer.cs
tests/src/JIT/Performance/CodeQuality/Span/SpanBench.cs
tests/src/JIT/Regression/JitBlue/DevDiv_461649/DevDiv_461649.cs
tests/src/JIT/superpmi/superpmicollect.cs