1. 19 10月, 2019 1 次提交
    • M
      Performance fix in analyzer driver for CFG based analyzers. · e8ca13dd
      Manish Vasani 提交于
      We expose public APIs on IOperation related analysis contexts to fetch ControlFlowGraph for the operation block. Additionally, the analyzer driver caches the CFGs for operation block (when first requested by some flow based analyzer) to allow sharing CFGs between flow based analyzers. However, we were holding onto these for the entire lifetime of the compilation. This change fixes that by removing the CFG entry once a particular operation block has been fully analyzed.
      
      Fixes VSFeedback issue [#998181](https://dev.azure.com/devdiv/DevDiv/_workitems/edit/998181)
      e8ca13dd
  2. 18 10月, 2019 5 次提交
  3. 17 10月, 2019 8 次提交
  4. 16 10月, 2019 11 次提交
  5. 15 10月, 2019 15 次提交