summaryrefslogtreecommitdiff
path: root/src/vm/tieredcompilation.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-13Fix code version table lock / coop GC mode switch ordering (#25129)Koundinya Veluri1-3/+16
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-23/+68
2019-05-03Fix incorrect tier reported by SOS (#24374)Koundinya Veluri1-3/+3
2019-05-02When QuickJit is enabled, disable it for methods that contain loops by defaul...Koundinya Veluri1-10/+7
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-11/+3
2019-04-03[Preview 4] Disable tier 0 JIT (quick JIT) by default, rename config option (...Koundinya Veluri1-7/+7
2019-02-14Replace multi-loaderallocator hash implementation in MethodDescBackpatchInfo ...David Wrighton1-0/+3
2019-02-07Add config option to disable tier 0 JIT (#22370)Koundinya Veluri1-27/+35
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-2/+10
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-4/+35
2018-08-17Enable Tiered Compilation by default (#19525)Koundinya Veluri1-9/+0
2018-07-16Apply tiering's call counting delay more broadly (#18610)Koundinya Veluri1-164/+338
2018-04-10Fix x86 steady state tiered compilation performance (#17476)Noah Falk1-1/+2
2018-03-28Removing 'EXPERIMENTAL' from tiered compilation env var (#17283)Noah Falk1-13/+5
2018-03-06Fix hang on Ctrl+C when tiering is enabled (#16719)Koundinya Veluri1-32/+3
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri1-10/+169
2017-10-20Update comments in TieredCompilationManager (#14610)Noah Falk1-18/+10
2017-10-12Add more debug logging to tiered compilation manager (#14425)Noah Falk1-2/+24
2017-08-17Fix more contract violationsnoahfalk1-1/+1
2017-08-16Fixes for code review feedbacknoahfalk1-5/+4
2017-08-15Make unit tests run clean with tiered compilationnoahfalk1-23/+64
2017-07-24Add the runtime code versioning featurenoahfalk1-56/+127
2017-04-28Enable interpreter build (#11252)Jonghyun Park1-0/+4
2017-03-31Add Tier0/1 jit flagsnoahfalk1-1/+1
2017-03-29Tiered Compilation step 1noahfalk1-0/+377