Inliner: integrate data into inline Xml
authorAndy Ayers <andya@microsoft.com>
Sun, 22 May 2016 22:48:06 +0000 (15:48 -0700)
committerAndy Ayers <andya@microsoft.com>
Tue, 24 May 2016 17:18:41 +0000 (10:18 -0700)
commit2cd2e6ffe06cf9776ff9a4aef8ca40dbd54ff360
treeef6f3d7329115d676d0076ee0ae54550d4171bf0
parent457b8fcaa67aac2f67bd7622c6503e2d7b230cb8
Inliner: integrate data into inline Xml

Refactor the inline data dumps (the dumps that capture the observations
made by the inliner when evaluating an inline) so that the data can be
added to the inline Xml or dumped as standalone data.

I haven't tried to Xml-ify the actual data. Just dumping it as a large
comma delimited string is ok for now.
src/jit/inline.cpp
src/jit/inline.h
src/jit/inlinepolicy.cpp