|
SE-0496: `@inline(always)` Attribute
|
|
24
|
1072
|
November 3, 2025
|
|
[Accepted] SE-0496: `@inline(always)` Attribute
|
|
0
|
206
|
October 23, 2025
|
|
Swift mention in C++ safety post
|
|
4
|
701
|
September 16, 2025
|
|
Undefined symbols linker error at -Osize (App + Extensions linking against a shared framework)
|
|
0
|
76
|
September 12, 2025
|
|
Is it safe to deinitialize() uninitialized memory if it was bound to a trivial type?
|
|
5
|
153
|
August 29, 2025
|
|
Optimizing task switching in deeply-nested concurrent code
|
|
6
|
268
|
August 1, 2025
|
|
Implementation technique of `try_fold()`
|
|
2
|
114
|
July 28, 2025
|
|
Implementing optimization comments in `indexstore-db`?
|
|
1
|
103
|
July 4, 2025
|
|
How to implement a Swift analogue of `benchmark::DoNotOptimize`?
|
|
1
|
105
|
March 10, 2025
|
|
Static member lookup performance / alternatives
|
|
3
|
141
|
March 5, 2025
|
|
Compiler optimization with computed properties
|
|
1
|
161
|
February 13, 2025
|
|
Why retain/release pair is not removed in this particular case?
|
|
6
|
315
|
January 15, 2025
|
|
Pitch: Support LTO for Swift
|
|
27
|
5437
|
November 27, 2024
|
|
SIMD code won't produce `zip2.8h`, but `zip1.8h` works fine
|
|
5
|
302
|
November 20, 2024
|
|
How Much Can the Compiler Optimise This Function?
|
|
3
|
241
|
October 21, 2024
|
|
What does ".island" suffix in symbol name mean?
|
|
6
|
613
|
September 3, 2024
|
|
Crash during MergeFunctions pass
|
|
1
|
275
|
June 21, 2024
|
|
Specialised closures in an ABI-stable library
|
|
3
|
673
|
June 6, 2024
|
|
Casting/Type checking in Swift broken with Objective-C covariance?
|
|
0
|
220
|
May 29, 2024
|
|
Recommended Xcode settings for Release builds
|
|
1
|
1851
|
May 28, 2024
|
|
Questions about the ClosureLifetimeFixup pass
|
|
15
|
1428
|
May 8, 2024
|
|
How to make the swift compiler to remove unused code?
|
|
0
|
608
|
May 2, 2024
|
|
Why my '-cross-module-optimization' does not work?
|
|
0
|
348
|
May 1, 2024
|
|
Closure specialization for reabstracted closures
|
|
1
|
555
|
April 8, 2024
|
|
Non-inout indirect types not supported in closure-specialization optimization
|
|
2
|
342
|
March 21, 2024
|
|
Trying to understand POD (plain old datatypes)
|
|
14
|
4149
|
February 19, 2024
|
|
Getting optimization information using the `-Rpass` flags
|
|
1
|
381
|
December 8, 2023
|
|
Short Array optimisation
|
|
24
|
3025
|
November 18, 2023
|
|
Compiler optimisations for functional-style Collection algorithms
|
|
20
|
1373
|
November 14, 2023
|
|
Debugging SIL optimizations on Builtins
|
|
7
|
561
|
November 10, 2023
|