Add documents about JIT optimization planning
authorJoseph Tremoulet <jotrem@microsoft.com>
Thu, 20 Jul 2017 17:28:53 +0000 (13:28 -0400)
committerJoseph Tremoulet <JCTremoulet@gmail.com>
Mon, 31 Jul 2017 19:52:35 +0000 (15:52 -0400)
commit6b38dca32dee8321dafab8be92366d17da2b8bec
tree57e9afbf7d90e272a6211b4ad3f039fc0aeed22d
parentf17fae2a1aa1bcc312cf15d6857d30cfef00c2d0
Add documents about JIT optimization planning

This change adds two documents:

 - JitOptimizerPlanningGuide.md discusses how we can/do/should go about
   identifying, prioritizing, and validating optimization improvement
   opportunities, as well as several ideas for how we might improve the
   process.
 - JitOptimizerTodoAssessment.md lists several potential optimization
   improvements that always come up in planning discussions, with brief
   notes about each, to capture current thinking.
Documentation/performance/JitOptimizerPlanningGuide.md [new file with mode: 0644]
Documentation/performance/JitOptimizerTodoAssessment.md [new file with mode: 0644]