Merge pull request dotnet/coreclr#1816 from stephentoub/string_indexof_perf
authorStephen Toub <stoub@microsoft.com>
Thu, 22 Oct 2015 20:47:51 +0000 (16:47 -0400)
committerStephen Toub <stoub@microsoft.com>
Thu, 22 Oct 2015 20:47:51 +0000 (16:47 -0400)
Improve string.{Last}IndexOf perf on Unix for Ordinal/OrdinalIgnoreCase

Commit migrated from https://github.com/dotnet/coreclr/commit/527cda0178f5e477036e6ca02a4d4beca860cc06


Trivial merge