1. 15 12月, 2017 1 次提交
  2. 09 12月, 2017 1 次提交
    • A
      Enable multicore JIT in the compilers (#23173) · eed147d3
      Andy Gocke 提交于
      Here is the output from my perf testing tool currently in review that
      shows a significant difference in csc.exe after the change:
      
      ```
      // * Detailed results *
      PlaceholderBenchmarkRunner.PlaceholderMethod: Job-TGYVCW(Toolchain=Perf.ExternalProcessToolchain, LaunchCount=0, RunStrategy=Monitoring, TargetCount=25, WarmupCount=0) [Commit=HEAD^]
      Runtime = ; GC =
      Mean = 4.8018 s, StdErr = 0.0215 s (0.45%); N = 25, StdDev = 0.1073 s
      Min = 4.6717 s, Q1 = 4.7297 s, Median = 4.7892 s, Q3 = 4.8438 s, Max = 5.1998 s
      IQR = 0.1141 s, LowerFence = 4.5585 s, UpperFence = 5.0149 s
      ConfidenceInterval = [4.7214 s; 4.8822 s] (CI 99.9%), Margin = 0.0804 s (1.67% of Mean)
      Skewness = 1.87, Kurtosis = 7.98
      
      PlaceholderBenchmarkRunner.PlaceholderMethod: Job-TGYVCW(Toolchain=Perf.ExternalProcessToolchain, LaunchCount=0, RunStrategy=Monitoring, TargetCount=25, WarmupCount=0) [Commit=HEAD]
      Runtime = ; GC =
      Mean = 3.6409 s, StdErr = 0.0650 s (1.78%); N = 25, StdDev = 0.3249 s
      Min = 3.4381 s, Q1 = 3.5510 s, Median = 3.5781 s, Q3 = 3.6189 s, Max = 5.1720 s
      IQR = 0.0679 s, LowerFence = 3.4491 s, UpperFence = 3.7209 s
      ConfidenceInterval = [3.3975 s; 3.8842 s] (CI 99.9%), Margin = 0.2433 s (6.68% of Mean)
      Skewness = 4.16, Kurtosis = 19.76
      
      Total time: 00:07:11 (431.13 sec)
      
      // * Summary *
      
      BenchmarkDotNet=v0.10.9, OS=Windows 10 Redstone 1 (10.0.14393)
      Processor=Intel Xeon CPU E5645 2.40GHz, ProcessorCount=24
      Frequency=2337892 Hz, Resolution=427.7358 ns, Timer=TSC
      .NET Core SDK=2.1.1-preview-007094
        [Host] : .NET Core 2.0.0 (Framework 4.6.00001.0), 64bit RyuJIT
      
      Toolchain=Perf.ExternalProcessToolchain  LaunchCount=0  RunStrategy=Monitoring
      TargetCount=25  WarmupCount=0
      
                  Method | Commit |    Mean |    Error |   StdDev | Rank |
      ------------------ |------- |--------:|---------:|---------:|-----:|
       PlaceholderMethod |   HEAD | 3.641 s | 0.2433 s | 0.3249 s |    1 |
       PlaceholderMethod |  HEAD^ | 4.802 s | 0.0804 s | 0.1073 s |    2 |
      
      // * Legends *
        Commit : Value of the 'Commit' parameter
        Mean   : Arithmetic mean of all measurements
        Error  : Half of 99.9% confidence interval
        StdDev : Standard deviation of all measurements
        Rank   : Relative position of current benchmark mean among all benchmarks (Arabic style)
        1 s    : 1 Second (1 sec)
      
      ```
      eed147d3
  3. 08 11月, 2017 2 次提交
  4. 18 10月, 2017 1 次提交
  5. 14 10月, 2017 1 次提交
  6. 28 9月, 2017 1 次提交
  7. 11 8月, 2017 1 次提交
    • T
      Enable embedding sources to Windows PDBs (#21391) · 1c1fbc6b
      Tomáš Matoušek 提交于
      * Compare lines instead of using AssertXml when validating PDBs.
      
      AssertXml doesn't validate ordering.
      
      * Reorder expected PDB XML nodes to match actual order
      
      * Update to the latest Microsoft.DiaSymReader.* packages.
      
      * Enable embedding sources to Windows PDBs
      1c1fbc6b
  8. 03 7月, 2017 1 次提交
  9. 20 6月, 2017 1 次提交
  10. 17 6月, 2017 1 次提交
  11. 20 5月, 2017 1 次提交
  12. 12 5月, 2017 1 次提交
  13. 10 5月, 2017 1 次提交
  14. 09 5月, 2017 2 次提交
  15. 04 5月, 2017 4 次提交
  16. 08 4月, 2017 1 次提交
  17. 25 3月, 2017 1 次提交
  18. 22 3月, 2017 1 次提交
  19. 06 1月, 2017 1 次提交
  20. 09 12月, 2016 1 次提交
  21. 22 11月, 2016 1 次提交
  22. 11 11月, 2016 1 次提交
  23. 08 11月, 2016 1 次提交
  24. 28 10月, 2016 1 次提交
  25. 14 10月, 2016 1 次提交
  26. 13 10月, 2016 1 次提交
  27. 06 10月, 2016 1 次提交
  28. 23 8月, 2016 1 次提交
  29. 18 8月, 2016 1 次提交
  30. 15 8月, 2016 1 次提交
  31. 11 8月, 2016 1 次提交
  32. 06 8月, 2016 1 次提交
  33. 05 8月, 2016 1 次提交
  34. 27 7月, 2016 1 次提交
  35. 21 7月, 2016 1 次提交