• W
    Optimizing string concatenations to use String.Concat overloads (#5570) · f2de3ba6
    Will Smith 提交于
    * Optimize String.Concat calls
    
    * Small refactor
    
    * Added test
    
    * Another test
    
    * Fixing tests
    
    * using /noca
    
    * Fixing test
    
    * Fixing tests again
    
    * Minor adjustments from feedback
    
    * Quick fix
    
    * More tests
    
    * Updated baselines + more tests
    
    * Added better way to test IL directly in unit tests
    
    * Moved StringConcat.fs tests
    
    * Removed bad file
    
    * Using FSharpChecker directly
    
    * Added more tests
    
    * Comparing lines for tests
    
    * Better IL check output
    
    * Small cleanup
    
    * Fixed test
    f2de3ba6
FSharp.Compiler.UnitTests.fsproj 3.2 KB