Inliner refactoring: remove the LR sampling mode
authorAndy Ayers <andya@microsoft.com>
Mon, 29 Feb 2016 18:33:23 +0000 (10:33 -0800)
committerAndy Ayers <andya@microsoft.com>
Mon, 29 Feb 2016 21:07:42 +0000 (13:07 -0800)
commit563910fef1d865f71cde8244ff7287ffecddb332
tree33f9ea239a896161ae400c8a4c1a040799176930
parent8b687145c7806d43ed3ad19b95e13dabaa31df73
Inliner refactoring: remove the LR sampling mode

Remove code that sampled methods and provided data for the linear
regresssion (LR) size model used by the inliner. We plan on preserving
the current model for legacy behavior and creating new and different
models for future work.

Addreses one part of #3371.
src/inc/clrconfigvalues.h
src/jit/codegencommon.cpp
src/jit/compiler.cpp
src/jit/compiler.h
src/jit/flowgraph.cpp
src/jit/importer.cpp
src/jit/lclvars.cpp
src/jit/sm.cpp
src/jit/sm.h
src/jit/smgen.cpp [deleted file]
src/jit/smgen.h [deleted file]