1. 30 4月, 2019 6 次提交
  2. 29 4月, 2019 4 次提交
  3. 28 4月, 2019 3 次提交
  4. 27 4月, 2019 7 次提交
  5. 26 4月, 2019 18 次提交
  6. 25 4月, 2019 2 次提交
    • Y
      Optimise DisplayClass Allocations (#32092) · d796d862
      Yair Halberstadt 提交于
      The current implementation of closure conversion creates closure environments for each
      new scope. This change tries to minimize the number of closure environments, and thus
      closure environment allocations, when possible by merging "adjacent" closure environments.
      
      To merge two closure environments, they have to:
      
      1. Be captured by exactly the same set of closures
      2. Have no backwards branching between the allocation of the two environments
      3. Have the same environment lifetime
      
      If so, all of the variables will be merged into a single closure environment. 
      
      Fixes #29965
      d796d862
    • D
      Update PublishData for 16.1 preview3 and preview4 · 2544d7f9
      David Poeschl 提交于
      2544d7f9