|
Non-inout indirect types not supported in closure-specialization optimization
|
|
2
|
443
|
March 21, 2024
|
|
Trying to understand POD (plain old datatypes)
|
|
14
|
4601
|
February 19, 2024
|
|
Getting optimization information using the `-Rpass` flags
|
|
1
|
455
|
December 8, 2023
|
|
Short Array optimisation
|
|
24
|
3351
|
November 18, 2023
|
|
Compiler optimisations for functional-style Collection algorithms
|
|
20
|
1637
|
November 14, 2023
|
|
Debugging SIL optimizations on Builtins
|
|
7
|
670
|
November 10, 2023
|
|
Closure specialization optimization specific to Swift Autodiff
|
|
6
|
841
|
October 30, 2023
|
|
Numerical metrics of code quality
|
|
0
|
522
|
October 5, 2023
|
|
Why does the Swift compiler continue optimizing SIL even after SIL verification failures?
|
|
8
|
1009
|
June 20, 2023
|
|
Inlinable Codable
|
|
3
|
1507
|
June 17, 2023
|
|
Program size analysis
|
|
4
|
2066
|
May 1, 2023
|
|
Loop unrolling under arm
|
|
0
|
652
|
December 29, 2022
|
|
Find out which object gets released in swift_release
|
|
13
|
1946
|
December 1, 2022
|
|
@_semantics("array.check_subscript") is elided in my code
|
|
0
|
752
|
November 25, 2022
|
|
Code size difference with keypath vs closure
|
|
0
|
1137
|
November 23, 2022
|
|
Redundant test instructions in loop
|
|
0
|
621
|
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
|
2344
|
September 12, 2022
|
|
How to make sure recursion is optimized?
|
|
1
|
585
|
July 19, 2022
|
|
What are the dangers of making my `Array` type a `class` instead of a `struct` in our custom standard library?
|
|
8
|
1710
|
May 2, 2022
|
|
Does Swift's compiler know to optimise this second function call away?
|
|
5
|
872
|
December 10, 2021
|
|
Libswift is enabled
|
|
2
|
2548
|
October 12, 2021
|
|
How do you mitigate the performance impact of using packages?
|
|
9
|
2206
|
October 10, 2021
|
|
Can you track when CoW triggers an Array to be copied?
|
|
0
|
635
|
September 20, 2021
|
|
Optimizing calls to methods on extensions that are inside a Swift Package
|
|
5
|
1341
|
September 13, 2021
|
|
Verifying SIL Optimization Passes
|
|
2
|
1084
|
July 30, 2021
|
|
Simd vs plain Swift (simd is slower?)
|
|
17
|
5054
|
April 30, 2021
|
|
Ideas for code size optimizations
|
|
25
|
4116
|
February 2, 2021
|
|
Optimizations of declarative programming
|
|
3
|
768
|
December 17, 2020
|
|
Specialisation of generic function seems to require type metadata as a parameter but does not use it
|
|
0
|
841
|
November 28, 2020
|
|
Question about usable from inline in SwiftNIO
|
|
3
|
2123
|
September 7, 2020
|