SIMD code won't produce `zip2.8h`, but `zip1.8h` works fine
|
|
2
|
60
|
November 5, 2024
|
How Much Can the Compiler Optimise This Function?
|
|
3
|
201
|
October 21, 2024
|
What does ".island" suffix in symbol name mean?
|
|
6
|
472
|
September 3, 2024
|
Crash during MergeFunctions pass
|
|
1
|
248
|
June 21, 2024
|
Specialised closures in an ABI-stable library
|
|
3
|
653
|
June 6, 2024
|
Casting/Type checking in Swift broken with Objective-C covariance?
|
|
0
|
207
|
May 29, 2024
|
Recommended Xcode settings for Release builds
|
|
1
|
1739
|
May 28, 2024
|
Questions about the ClosureLifetimeFixup pass
|
|
15
|
1409
|
May 8, 2024
|
How to make the swift compiler to remove unused code?
|
|
0
|
505
|
May 2, 2024
|
Why my '-cross-module-optimization' does not work?
|
|
0
|
332
|
May 1, 2024
|
Closure specialization for reabstracted closures
|
|
1
|
538
|
April 8, 2024
|
Pitch: Support LTO for Swift
|
|
22
|
3953
|
March 31, 2024
|
Non-inout indirect types not supported in closure-specialization optimization
|
|
2
|
326
|
March 21, 2024
|
Trying to understand POD (plain old datatypes)
|
|
14
|
3808
|
February 19, 2024
|
Getting optimization information using the `-Rpass` flags
|
|
1
|
354
|
December 8, 2023
|
Short Array optimisation
|
|
24
|
2683
|
November 18, 2023
|
Compiler optimisations for functional-style Collection algorithms
|
|
20
|
1281
|
November 14, 2023
|
Debugging SIL optimizations on Builtins
|
|
7
|
515
|
November 10, 2023
|
Closure specialization optimization specific to Swift Autodiff
|
|
6
|
719
|
October 30, 2023
|
Numerical metrics of code quality
|
|
0
|
461
|
October 5, 2023
|
Why does the Swift compiler continue optimizing SIL even after SIL verification failures?
|
|
8
|
855
|
June 20, 2023
|
Inlinable Codable
|
|
3
|
1392
|
June 17, 2023
|
Program size analysis
|
|
4
|
1345
|
May 1, 2023
|
Loop unrolling under arm
|
|
0
|
629
|
December 29, 2022
|
Find out which object gets released in swift_release
|
|
13
|
1702
|
December 1, 2022
|
@_semantics("array.check_subscript") is elided in my code
|
|
0
|
702
|
November 25, 2022
|
Code size difference with keypath vs closure
|
|
0
|
1052
|
November 23, 2022
|
Redundant test instructions in loop
|
|
0
|
595
|
October 28, 2022
|
Writing to a static property causes its default value to be evaluated - is this deliberate? A bug? Could it be changed?
|
|
8
|
1986
|
September 12, 2022
|
How to make sure recursion is optimized?
|
|
1
|
550
|
July 19, 2022
|