index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
jit
/
inlinepolicy.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
JIT: Merge legacy inlining policies (#14815)
Andy Ayers
1
-154
/
+77
2017-11-01
JIT: convert fixed-sized locallocs to locals, enable inlining (#14623)
Andy Ayers
1
-1
/
+15
2016-12-09
Remove sscanf and sprintf usage (#8508)
Jan Vorlicek
1
-6
/
+6
2016-12-05
JIT: enable inline pinvoke in more cases
Andy Ayers
1
-6
/
+6
2016-11-17
Inliner: updates to RandomPolicy (#8128)
Andy Ayers
1
-79
/
+23
2016-11-11
Inliner: updates to random inlining (#8088)
Andy Ayers
1
-22
/
+8
2016-11-09
Inliner: support inlining of methods with pinned locals
Andy Ayers
1
-0
/
+17
2016-11-03
Inliner: capture new observations
Andy Ayers
1
-7
/
+21
2016-10-25
Inliner: fix RARE_GC_STRUCT observation impact
Andy Ayers
1
-3
/
+13
2016-10-19
Inliner: avoid inlining callees with GC structs on cold paths
Andy Ayers
1
-1
/
+20
2016-08-11
Reformat jit sources with clang-tidy and format
Michelle McDaniel
1
-371
/
+335
2016-08-05
Inliner: add a few more observations
Andy Ayers
1
-0
/
+34
2016-08-04
Merge pull request #6103 from mikedn/nothrowinl
Andy Ayers
1
-7
/
+100
2016-08-04
Allow inlining when inlinee has `starg`
Joseph Tremoulet
1
-2
/
+0
2016-08-04
Do not inline methods that never return
Mike Danes
1
-7
/
+100
2016-07-29
Massage code for clang-format
Michelle McDaniel
1
-0
/
+6
2016-07-19
Inliner: improve arg observations
Andy Ayers
1
-13
/
+20
2016-07-15
Inliner: capture profit model estimate during replay
Andy Ayers
1
-2
/
+3
2016-07-12
Inliner: Update data collection by targeting a single inline
Andy Ayers
1
-3
/
+19
2016-07-09
Inliner: add depth check to ModelPolicy
Andy Ayers
1
-0
/
+13
2016-07-08
Inliner: updates to ModelPolicy
Andy Ayers
1
-3
/
+71
2016-06-30
Inliner: make ModelPolicy available in release builds
Andy Ayers
1
-12
/
+24
2016-06-09
Inliner: observe block weight, update schema and data
Andy Ayers
1
-0
/
+9
2016-06-09
Inliner: implement profitabily side of the ModelPolicy
Andy Ayers
1
-9
/
+87
2016-06-07
Inliner: allow replay log to override force inlines
Andy Ayers
1
-1
/
+27
2016-05-25
Inliner: use offset in xml replay
Andy Ayers
1
-16
/
+38
2016-05-24
Inliner: integrate data into inline Xml
Andy Ayers
1
-5
/
+21
2016-05-20
Inliner: locks for xml read/write access
Andy Ayers
1
-20
/
+58
2016-05-19
Merge pull request #5067 from AndyAyersMS/CalleeHashInXml
Andy Ayers
1
-10
/
+33
2016-05-18
Inliner: small changes to inline xml
Andy Ayers
1
-10
/
+33
2016-05-13
Add budget check to RandomPolicy
Andy Ayers
1
-0
/
+12
2016-05-12
Inliner: introduce ReplayPolicy
Andy Ayers
1
-6
/
+382
2016-05-06
Merge pull request #4815 from AndyAyersMS/LegacyPolicyInlineLimit
Andy Ayers
1
-0
/
+17
2016-05-05
Inliner: add JitInlineLimit check to LegacyPolicy under debug
Andy Ayers
1
-0
/
+17
2016-05-05
Fix inline dump format issue
Andy Ayers
1
-7
/
+7
2016-05-03
Inliner: initial version of SizePolicy
Andy Ayers
1
-0
/
+77
2016-04-27
Inliner: implement FullPolicy
Andy Ayers
1
-0
/
+75
2016-04-20
Inliner: restore ability to dump jit time, plus some cleanup
Andy Ayers
1
-2
/
+2
2016-04-20
Inliner: estimate overall code size impact
Andy Ayers
1
-2
/
+43
2016-04-15
Inliner: use time budget to avoid excessive inlining
Andy Ayers
1
-0
/
+31
2016-04-14
Inliner: introducing InlineStrategy
Andy Ayers
1
-1
/
+2
2016-04-08
Inliner: initial version of a model-based policy
Andy Ayers
1
-17
/
+187
2016-04-07
Inliner: update DiscretionaryPolicy to look at opcodes and arg info
Andy Ayers
1
-20
/
+461
2016-03-25
Inliner: refactor policies to extract common legality portion
Andy Ayers
1
-252
/
+127
2016-03-24
Inliner: collect jit time data
Andy Ayers
1
-51
/
+65
2016-03-21
Inliner: initial data gathering for code size estimates
Andy Ayers
1
-14
/
+168
2016-03-17
Inliner: make more observations unconditional
Andy Ayers
1
-10
/
+67
2016-03-16
Inliner: create DiscretionaryPolicy
Andy Ayers
1
-31
/
+87
2016-03-16
Use root compiler instance for inline result and policy
Andy Ayers
1
-13
/
+13
2016-03-15
Random inliner
Andy Ayers
1
-1
/
+376
[next]