summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2016-05-13 11:32:49 -0700
committerAndy Ayers <andya@microsoft.com>2016-05-13 11:32:49 -0700
commit441934212c3c20c930c05d5e1a5282f1fc2369c4 (patch)
tree35c3f95e2d54c203ab002752a93c0901a7a89373 /tests
parent57d1b4c3e0c3e446609fb000646ab4586a558b11 (diff)
downloadcoreclr-441934212c3c20c930c05d5e1a5282f1fc2369c4.tar.gz
coreclr-441934212c3c20c930c05d5e1a5282f1fc2369c4.tar.bz2
coreclr-441934212c3c20c930c05d5e1a5282f1fc2369c4.zip
Add budget check to RandomPolicy
Prevents RandomPolicy from being overly aggressive with small methods that can lead to excessive inlining. Closes #4711. Undoes #4704.
Diffstat (limited to 'tests')
-rw-r--r--tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj b/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj
index 93a5b7938a..ae4ef5db9c 100644
--- a/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj
+++ b/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj
@@ -32,7 +32,6 @@
<NoStandardLib>True</NoStandardLib>
<Noconfig>True</Noconfig>
<DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
- <JitOptimizationSensitive>true</JitOptimizationSensitive>
</PropertyGroup>
<ItemGroup>
<Compile Include="LotsOfInlines.cs" />